Registry / serialization / chai2010-jsonv

chai2010-jsonv

JSON →
library1.1.3gogounverified

A Go library for getting JSON values with path expressions.

go get github.com/chai2010/jsonv
INSTALL
IMPORT
SIG · CHAI2010-JSONV
C
chai2010-jsonv
serializationgov1.1.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.

jsonv
github.com/chai2010/jsonv

Extract a value from JSON using a path

package main import ( "fmt" "github.com/chai2010/jsonv" ) func main() { data := []byte(`{"name":"John","age":30}`) val, err := jsonv.Get(data, "name") if err != nil { panic(err) } fmt.Println(string(val)) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources
chai2010-jsonv — go get chai2010-jsonv · libregistry