Registry / serialization / antchfx-jsonquery

antchfx-jsonquery

JSON →
library1.3.7gogounverified

A Go library for querying JSON documents using XPath-like expressions.

go get github.com/antchfx/jsonquery
INSTALL
IMPORT
SIG · ANTCHFX-JSONQUERY
A
antchfx-jsonquery
serializationgov1.3.7
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.

jsonquery
✓ github.com/antchfx/jsonquery

Parses JSON and queries a field using XPath-like syntax.

package main import ( "fmt" "github.com/antchfx/jsonquery" ) func main() { data := []byte(`{"name": "John"}`) root, _ := jsonquery.Parse(data) name := jsonquery.FindOne(root, "name") fmt.Println(name.InnerText()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
46 hits · last 30 days
node
38
OpenAI (training)
2
Resources
antchfx-jsonquery — go get antchfx-jsonquery · libregistry