JSONPath is a means of using XPath-like syntax to query JSON structures
JSONPath is a means of using XPath-like syntax to query JSON structures.
It is not a standard, but it does offer a means of querying JavaScript structures directly without needing to convert to or from XML.
JSONPath expressions always refer to a JSON structure in the same way as XPath expression are used in combination with an XML document.
- Original article: JSONPath - XPath for JSON
- JSONPath Tester
Helpful links: