JSONPath
E543048
JSONPath is a query language designed for selecting and extracting data from JSON structures using path-like expressions.
All labels observed (1)
| Label | Occurrences |
|---|---|
| JSONPath canonical | 2 |
How this entity was disambiguated
This entity first appeared as the object of triple T5767366 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: JSONPath Context triple: [XPath, influenced, JSONPath]
-
A.
JSONiq
JSONiq is a query and processing language designed specifically for JSON data, extending concepts from XQuery to work with hierarchical and semi-structured information.
-
B.
XPath
XPath is a query language used to navigate and select nodes in XML documents based on their structure and content.
-
C.
JSON
JSON (JavaScript Object Notation) is a lightweight, text-based data interchange format widely used for transmitting structured data in web APIs and configuration files.
-
D.
JSON5
JSON5 is an extension of the JSON data format that adds more human-friendly features like comments, trailing commas, and unquoted object keys while remaining largely compatible with standard JSON.
-
E.
Jakarta JSON Processing
Jakarta JSON Processing is a Jakarta EE specification that defines a standard API for parsing, generating, transforming, and querying JSON data in Java applications.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: JSONPath Target entity description: JSONPath is a query language designed for selecting and extracting data from JSON structures using path-like expressions.
-
A.
JSONiq
JSONiq is a query and processing language designed specifically for JSON data, extending concepts from XQuery to work with hierarchical and semi-structured information.
-
B.
XPath
XPath is a query language used to navigate and select nodes in XML documents based on their structure and content.
-
C.
JSON
JSON (JavaScript Object Notation) is a lightweight, text-based data interchange format widely used for transmitting structured data in web APIs and configuration files.
-
D.
JSON5
JSON5 is an extension of the JSON data format that adds more human-friendly features like comments, trailing commas, and unquoted object keys while remaining largely compatible with standard JSON.
-
E.
Jakarta JSON Processing
Jakarta JSON Processing is a Jakarta EE specification that defines a standard API for parsing, generating, transforming, and querying JSON data in Java applications.
- F. None of above. chosen
Statements (49)
| Predicate | Object |
|---|---|
| instanceOf |
data extraction language
ⓘ
query language ⓘ |
| canBeImplementedIn |
C#
ⓘ
Go NERFINISHED ⓘ Java NERFINISHED ⓘ JavaScript NERFINISHED ⓘ PHP NERFINISHED ⓘ Python NERFINISHED ⓘ Ruby NERFINISHED ⓘ |
| comparedTo | XPath NERFINISHED ⓘ |
| designedFor |
extracting data from JSON structures
ⓘ
selecting data from JSON structures ⓘ |
| differentFrom |
GraphQL
NERFINISHED
ⓘ
JMESPath NERFINISHED ⓘ SQL NERFINISHED ⓘ |
| hasCharacteristic |
declarative
ⓘ
implementation-dependent variants ⓘ no single universal standard historically ⓘ read-only selection language ⓘ |
| hasFeature |
array slice syntax start:end:step
ⓘ
bracket notation for child access ⓘ current node symbol @ ⓘ dot notation for child access ⓘ filter operator ?() ⓘ recursive descent operator .. ⓘ root symbol $ ⓘ wildcard operator * ⓘ |
| hasUseCase |
API response processing
ⓘ
JSON validation tools ⓘ configuration querying ⓘ data transformation pipelines ⓘ log and event data analysis ⓘ test automation assertions on JSON ⓘ |
| inspiredBy | XPath NERFINISHED ⓘ |
| operatesOn | JSON ⓘ |
| supports |
array indexing
ⓘ
filter expressions ⓘ recursive descent ⓘ slicing of arrays ⓘ union of selections ⓘ wildcard selection ⓘ |
| typicalExpressionExample |
$..price
ⓘ
$.store.book[*].author ⓘ $['store']['book'][0]['title'] ⓘ |
| usedIn |
application development
ⓘ
data engineering ⓘ monitoring and observability tools ⓘ test frameworks ⓘ |
| uses | path-like expressions ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: JSONPath Description of subject: JSONPath is a query language designed for selecting and extracting data from JSON structures using path-like expressions.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.