proxy.golang.org : github.com/pendo-io/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.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/pendo-io/jsonpath
License: BSD-3-Clause
Latest release: about 5 years ago
First release: over 7 years ago
Namespace: github.com/pendo-io
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 22 days ago