JSONPath
JSONPath is a complete implementation of http://goessner.net/articles/JsonPath/.
It is based on Gval and can be combined with expression languages based on gval. Documentation is on GoDoc.
| ★ wanayoo — archive 1999 https://github.com/PaesslerAG/jsonpath | Nouvelle recherche | Portail wanayoo |
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
| Failed to load latest commit information. | |||
|
|
.gitignore | ||
|
|
.travis.yml | ||
|
|
LICENSE | ||
|
|
README.md | ||
|
|
evaluable.go | ||
|
|
example_test.go | ||
|
|
jsonpath.go | ||
|
|
jsonpath_test.go | ||
|
|
parse.go | ||
|
|
parser.go | ||
|
|
placeholder.go | ||
|
|
placeholder_test.go | ||
|
|
test.sh | ||
JSONPath is a complete implementation of http://goessner.net/articles/JsonPath/.
It is based on Gval and can be combined with expression languages based on gval. Documentation is on GoDoc.