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 e688238608 initial commits 2023-11-03 16:31:06 -07:00
boolean initial commits 2023-11-03 16:31:06 -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

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