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 ce4186c27e initial commits 2023-11-03 14:29:39 -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
parseboolean.go initial commits 2023-11-03 14:29:39 -07:00
parseboolean_test.go initial commits 2023-11-03 14:29:39 -07:00
parsefalse.go initial commits 2023-11-03 14:00:32 -07:00
parsefalse_test.go initial commits 2023-11-03 14:00:32 -07:00
parsetrue.go initial commits 2023-11-03 14:00:32 -07:00
parsetrue_test.go initial commits 2023-11-03 14:00:32 -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