Registry / serialization / ysmood-gson

ysmood-gson

JSON →
library0.7.3gogounverified

A tiny JSON library to read and alter a JSON value.

go get github.com/ysmood/gson
INSTALL
IMPORT
SIG · YSMOOD-GSON
Y
ysmood-gson
serializationgov0.7.3
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.

gson
github.com/ysmood/gson

Parse and access a JSON value

package main import ( "fmt" "github.com/ysmood/gson" ) func main() { j := gson.New(`{"key": "value"}`) fmt.Println(j.Get("key").String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
ysmood-gson — go get ysmood-gson · libregistry