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
Go to file
Charles Iliya Krempeaux e93dbfadec initial commits 2023-11-06 09:33:06 -08:00
boolean initial commits 2023-11-05 00:16:31 -07:00
errors initial commits 2023-11-06 04:26:38 -08:00
exponentnumber initial commits 2023-11-04 23:54:37 -07:00
fractionalnumber initial commits 2023-11-04 23:23:12 -07:00
naturalnumber initial commits 2023-11-05 10:17:00 -08:00
number initial commits 2023-11-06 04:30:04 -08:00
wholenumber initial commits 2023-11-05 00:01:55 -07:00
LICENSE initial commits 2023-11-03 13:54:42 -07:00
README.md initial commits 2023-11-03 13:54:42 -07:00
go.mod initial commits 2023-11-06 09:33:06 -08:00
go.sum initial commits 2023-11-06 09:33:06 -08:00

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

GoDoc

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