JSONPath: Difference between revisions
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* https://github.com/json-path/JsonPath | * https://github.com/json-path/JsonPath | ||
* https://support.smartbear.com/alertsite/docs/monitors/api/endpoint/jsonpath.html | * https://support.smartbear.com/alertsite/docs/monitors/api/endpoint/jsonpath.html | ||
* https://github.com/jayway/JsonPath | |||
=Internal= | =Internal= |
Revision as of 23:21, 15 March 2021
External
- https://goessner.net/articles/JsonPath/
- https://github.com/json-path/JsonPath
- https://support.smartbear.com/alertsite/docs/monitors/api/endpoint/jsonpath.html
- https://github.com/jayway/JsonPath
Internal
Overview
JSONPath is a query language for JSON similar to XPath for XML. Some documentation describes it as a Java DSL for reading JSON documents, probably when the implementation is made in Java.