JSONPath: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
=Internal= | =Internal= | ||
* [[kubectl get JSONPath Support]] | * [[kubectl get JSONPath Support]] | ||
=Overview= | |||
JSONPath is a query language for JSON similar to [[XPath]] for [[[XML]]. | |||
=Concepts= | =Concepts= | ||
==JSONPath Template== | ==JSONPath Template== | ||
==JSONPath Expression== | ==JSONPath Expression== |
Revision as of 22:54, 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
Internal
Overview
JSONPath is a query language for JSON similar to XPath for [[[XML]].