JSONPath: Difference between revisions

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


=Concepts=
=Concepts=
==JSONPath Template==
==JSONPath Expression==
==JSONPath Expression==
==JSONPath Syntax Elements==
==JSONPath Syntax Elements==

Revision as of 23:41, 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 to address those cases where the implementation is made in Java.

Concepts

JSONPath Expression

JSONPath Syntax Elements