Registry / serialization / paesslerag-jsonpath

paesslerag-jsonpath

JSON →
library0.1.1gogounverified

Implements JSONPath for querying JSON data with support for wildcards and filters.

go get github.com/PaesslerAG/jsonpath
INSTALL
IMPORT
SIG · PAESSLERAG-JSONPAT
P
paesslerag-jsonpath
serializationgov0.1.1
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.

jsonpath
github.com/PaesslerAG/jsonpath

Queries a JSON object using JSONPath expression.

package main import ( "fmt" "github.com/PaesslerAG/jsonpath" ) func main() { data := map[string]interface{}{"foo": []interface{}{"bar", "baz"}} result, _ := jsonpath.Get("$.foo[0]", data) fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
paesslerag-jsonpath — go get paesslerag-jsonpath · libregistry