Registry / serialization / oliveagle-jsonpath

oliveagle-jsonpath

JSON →
library0.1.4gogounverified

Package jsonpath implements JSONPath expressions for querying JSON data.

go get github.com/oliveagle/jsonpath
INSTALL
IMPORT
SIG · OLIVEAGLE-JSONPATH
O
oliveagle-jsonpath
serializationgov0.1.4
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/oliveagle/jsonpath

Looks up a JSONPath expression on a Go map.

package main import ( "fmt" "github.com/oliveagle/jsonpath" ) func main() { data := map[string]interface{}{"foo": "bar"} result, err := jsonpath.JsonPathLookup(data, "$.foo") if err != nil { panic(err) } fmt.Println(result) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
oliveagle-jsonpath — go get oliveagle-jsonpath · libregistry