Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
glyn committed Jul 20, 2023
1 parent bd2e9f3 commit 083c9a1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions draft-ietf-jsonpath-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,9 @@ Normalized Path:
Path for a specific query argument, the Normalized Path needs to identify
exactly one node. Similar
to, but syntactically different from, a JSON Pointer {{-pointer}}.
Note: This definition is based on the syntactical definition in {{normalized-paths}}; JSONPath expressions that identify a node in a value but do not conform to that syntax are not Normalized Paths.
Note: This definition is based on the syntactical definition in {{normalized-paths}};
JSONPath expressions that identify a node in a value but do not conform to that
syntax are not Normalized Paths.

Unicode Scalar Value:
: Any Unicode {{UNICODE}} code point except high-surrogate and low-surrogate code points.
Expand All @@ -282,9 +284,11 @@ Selector:
consisting of child nodes of the input value.

Singular Query:
: A JSONPath expression built from segments each of which, regardless of the input value,
produces a nodelist containing at most one node.
Note: This definition is based on the syntactical definition in {{filter-selector-syntax}}; JSONPath expressions that always produce a singular nodelist but do not conform to that syntax are not Singular Queries.
: A JSONPath expression built from segments that have been syntactically restricted in
a certain way ({{filter-selector-syntax}}) each of which, regardless of the input
value, produces a nodelist containing at most one node.
Note: JSONPath expressions that always produce a singular nodelist but do not
conform to the syntax in {{filter-selector-syntax}} are not Singular Queries.

### JSON Values as Trees of Nodes

Expand Down

0 comments on commit 083c9a1

Please sign in to comment.