Registry / serialization / savaki-jq

savaki-jq

JSON →
library0.0.0-20161209013833-0e6baecebbf8gogounverified

Package jp offers a highly performant JSON selector in the style of the jq command line.

go get github.com/savaki/jq
INSTALL
IMPORT
SIG · SAVAKI-JQ
S
savaki-jq
serializationgov0.0.0-20161209013833-0e6baecebbf8
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.

jq
github.com/savaki/jq

Parse a jq expression and apply it to JSON bytes.

package main import ( "fmt" "github.com/savaki/jq" ) func main() { op, _ := jq.Parse(".key") result, _ := op.Apply([]byte(`{"key":"value"}`)) fmt.Println(string(result)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20161209013833-0e6baecebbf8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
savaki-jq — go get savaki-jq · libregistry