JSONPath: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:


=Overview=
=Overview=
JSONPath is a query language for JSON similar to [[XPath]] for [[XML]].
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.


=Concepts=
=Concepts=

Revision as of 23:21, 15 March 2021

External

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.

Concepts

JSONPath Template

JSONPath Expression

JSONPath Syntax Elements