repositorypackage
0.0.0-20240828120501-c8794288440c
Repository: https://github.com/reiver/go-json.git
Documentation: pkg.go.dev
# README
go-json
Package json implements JSON encoders and decoders, for the Go programming language.
Package json is meant to be a replacement for the Go built-in "encoding/json"
package.
Documention
Online documentation, which includes examples, can be found at: http://godoc.org/github.com/reiver/go-json
Installation
To install package json do the following:
GOPROXY=direct go get https://github.com/reiver/go-json
Author
Package json was written by Charles Iliya Krempeaux