Registry / serialization / exponent-io-jsonpath

exponent-io-jsonpath

JSON →
library0.0.0-20210407135951-1de76d718b3fgogounverified

Extends the Go runtime's json.Decoder enabling navigation of a stream of json tokens.

go get github.com/exponent-io/jsonpath
INSTALL
IMPORT
SIG · EXPONENT-IO-JSONPA
E
exponent-io-jsonpath
serializationgov0.0.0-20210407135951-1de76d718b3f
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.

jsonpath
github.com/exponent-io/jsonpath

Decodes a JSON string using jsonpath decoder and prints the result.

package main import ( "fmt" "strings" "github.com/exponent-io/jsonpath" ) func main() { data := `{"foo": {"bar": "baz"}}` decoder := jsonpath.NewDecoder(strings.NewReader(data)) result, err := decoder.Decode() if err != nil { panic(err) } fmt.Printf("Decoded: %v\n", result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20210407135951-1de76d718b3flatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
exponent-io-jsonpath — go get exponent-io-jsonpath · libregistry