github.com/PaesslerAG/jsonpath
Package jsonpath is an implementation of http://goessner.net/articles/JsonPath/ If a JSONPath contains one of [key1, key2 ...], .., *, [min:max], [min:max:step], (? expression) all matchs are listed in an []interface{} The package comes with an extension of JSONPath to access the wildcard values of a match. If the JSONPath is used inside of a JSON object, you can use placeholder '#' or '#i' with natural number i to access all wildcards values or the ith wildcard This package can be extended with gval modules for script features like multiply, length, regex or many more. So take a look at github.com/PaesslerAG/gval.
proxy.golang.org
v0.1.1
almost 7 years ago
2
585
1,195
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:golang/github.com/%21paessler%21a%21g/jsonpath
spec |
| License | BSD-3-Clause |
| Namespace | github.com/PaesslerAG |
| First Release | over 8 years ago |
| Last Synced | about 9 hours ago |