Registry / serialization / elgs-gojq

elgs-gojq

JSON →
library0.0.0-20230628214826-df5c4045598egogounverified

A Go implementation of jq, a lightweight and flexible command-line JSON processor.

go get github.com/elgs/gojq
INSTALL
IMPORT
SIG · ELGS-GOJQ
E
elgs-gojq
serializationgov0.0.0-20230628214826-df5c4045598e
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.

gojq
github.com/elgs/gojq

Queries a JSON string using a jq-like expression.

package main import ( "fmt" "github.com/elgs/gojq" ) func main() { result, _ := gojq.Query("{\"a\":1}", ".a") fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20230628214826-df5c4045598elatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Resources
elgs-gojq — go get elgs-gojq · libregistry