From 3f06c74dbb66b3f39d2cefd55cf8d79379502bfc Mon Sep 17 00:00:00 2001 From: Robert Sayre Date: Mon, 29 May 2023 10:51:20 -0700 Subject: [PATCH] JSON strings are unfortunately not sequences of scalar values. Section 1.3 covers this hazard. --- draft-ietf-jsonpath-base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft-ietf-jsonpath-base.md b/draft-ietf-jsonpath-base.md index 97194bb6..fd5ca725 100644 --- a/draft-ietf-jsonpath-base.md +++ b/draft-ietf-jsonpath-base.md @@ -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 (`[]`)