simplejson.go is the simplest way to use JSON in go.
With .Load(s) .Dump(s) .Exists .Get .Set, that is all.
go get github.com/likexian/simplejson
import (
"github.com/likexian/simplejson"
)
Example is in simplejson_test.go, you know it.
So simple a package we don't need any documentation.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License.
simplejson.go was written by Li Kexian, a php programmer who don't know anything about golang.
Follow me on Twitter.
