Registry / serialization / aaronland-go-json-query

aaronland-go-json-query

JSON →
library0.1.6gogounverified

Lightweight interface for querying and filtering JSON documents using GJSON-style paths and regular expressions.

go get github.com/aaronland/go-json-query
INSTALL
IMPORT
SIG · AARONLAND-GO-JSON-
A
aaronland-go-json-query
serializationgov0.1.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.

jsonquery
github.com/aaronland/go-json-query

Query a JSON document for a field value.

package main import ( "fmt" "github.com/aaronland/go-json-query" ) func main() { data := []byte(`{"name": "Alice", "age": 30}`) result, _ := jsonquery.Query(data, "name") fmt.Println(result.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
30
OpenAI (training)
1
Resources
aaronland-go-json-query — go get aaronland-go-json-query · libregistry