Registry / serialization / spyzhov-ajson

spyzhov-ajson

JSON →
library0.9.6gogounverified

Package ajson implements decoding of JSON as defined in RFC 7159 without predefined mapping to a struct of golang, with support of JSONPath.

go get github.com/spyzhov/ajson
INSTALL
IMPORT
SIG · SPYZHOV-AJSON
S
spyzhov-ajson
serializationgov0.9.6
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.

ajson
github.com/spyzhov/ajson

Parses JSON and queries it using JSONPath expressions.

package main import ( "github.com/spyzhov/ajson" ) func main() { json := `{"name": "Alice", "age": 30}` root, _ := ajson.Unmarshal([]byte(json)) name, _ := root.JSONPath("$.name") println(name.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
spyzhov-ajson — go get spyzhov-ajson · libregistry