Registry / serialization / jmespath-go-jmespath

jmespath-go-jmespath

JSON →
library0.4.0gogounverified

Package jmespath implements JMESPath query language for JSON data.

go get github.com/jmespath/go-jmespath
INSTALL
IMPORT
SIG · JMESPATH-GO-JMESPA
J
jmespath-go-jmespath
serializationgov0.4.0
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.

jmespath
github.com/jmespath/go-jmespath

Search a JSON object using JMESPath

package main import ( "fmt" "github.com/jmespath/go-jmespath" ) func main() { data := map[string]interface{}{"foo": "bar"} result, err := jmespath.Search("foo", data) if err != nil { fmt.Println(err) return } fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Google (search)
1
Resources
jmespath-go-jmespath — go get jmespath-go-jmespath · libregistry