Registry / serialization / bitly-go-simplejson

bitly-go-simplejson

JSON →
library0.5.1gogounverified

Package simplejson provides a simple way to interact with arbitrary JSON data in Go.

go get github.com/bitly/go-simplejson
INSTALL
IMPORT
SIG · BITLY-GO-SIMPLEJSO
B
bitly-go-simplejson
serializationgov0.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

simplejson
github.com/bitly/go-simplejson

Parses JSON and retrieves a value by key.

package main import ( "fmt" "github.com/bitly/go-simplejson" ) func main() { js, _ := simplejson.NewJson([]byte(`{"foo": "bar"}`)) fmt.Println(js.Get("foo").MustString()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
OpenAI (training)
1
Resources
bitly-go-simplejson — go get bitly-go-simplejson · libregistry