Package rfc8259 is an implementation of (parts of) IETF RFC-8259, for the Go programming language.
The JavaScript Object Notation (JSON) Data Interchange Format (2017)
https://datatracker.ietf.org/doc/html/rfc8259
Charles Iliya Krempeaux 97326339f8 | ||
---|---|---|
boolean | ||
errors | ||
exponentnumber | ||
fractionalnumber | ||
naturalnumber | ||
number | ||
wholenumber | ||
LICENSE | ||
README.md |
README.md
go-rfc8259
Package rfc8259 is an implementation of (parts of) IETF RFC-8259, for the Go programming language.
The JavaScript Object Notation (JSON) Data Interchange Format (2017)
https://datatracker.ietf.org/doc/html/rfc8259
Documention
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-rfc8259
Import
To import package rfc8259 use import
code like the follownig:
import "sourcecode.social/reiver/go-rfc8259"
Installation
To install package rfc8259 do the following:
GOPROXY=direct go get https://sourcecode.social/reiver/go-rfc8259
Author
Package rfc8259 was written by Charles Iliya Krempeaux