Categorygithub.com/PaesslerAG/jsonpath
modulepackage
0.1.1
Repository: https://github.com/paesslerag/jsonpath.git
Documentation: pkg.go.dev

# README

JSONPath

Build Status Godoc

JSONPath is a complete implementation of http://goessner.net/articles/JsonPath/. JSONPath can be combined with a script language. In many web samples it's combined with javascript. This framework comes without a script language but can be easily extended with one. See example.

It is based on Gval and can be combined with the modular expression languages based on gval. So for script features like multiply, length, regex or many more take a look at the documentation in the GoDoc.

# Functions

Get executes given JSONPath on given value.
Language is the JSONPath Language.
New returns an selector for given JSONPath.
PlaceholderExtension is the JSONPath Language with placeholder.