Skip to content

Commit

Permalink
Merge pull request #475 from sayrer/json_unicode_scalar
Browse files Browse the repository at this point in the history
JSON strings are unfortunately not sequences of scalar values.
  • Loading branch information
glyn authored Jun 1, 2023
2 parents 8d700e9 + 3f06c74 commit 674be7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-jsonpath-base.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Normalized Path:
Unicode Scalar Value:
: Any Unicode {{UNICODE}} code point except high-surrogate and low-surrogate code points.
In other words, integers in either of the inclusive base 16 ranges 0 to D7FF and
E000 to 10FFFF. Both JSON string values and JSONPath queries are sequences of Unicode scalar values.
E000 to 10FFFF. JSONPath queries are sequences of Unicode scalar values.

Segment:
: One of the constructs which select children (`[<selectors>]`)
Expand Down

0 comments on commit 674be7d

Please sign in to comment.