go-rfc8259/README.md

31 lines
870 B
Markdown

# 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](https://godoc.org/sourcecode.social/reiver/go-rfc8259?status.svg)](https://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](http://changelog.ca)