You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GRAMMAR.ABNF
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
;; This also means that, with the exception of JMESPath expression types, JMESPath only supports the same types supported by JSON:
23
23
;;
24
24
;; - number (integers and double-precision floating-point format in JSON)
25
-
;; - string
25
+
;; - string (a sequence of Unicode [code points](https://unicode.org/glossary/#code_point). Note that a code point is distinct to a [code unit](https://unicode.org/glossary/#code_unit))
26
26
;; - boolean (true or false)
27
27
;; - array (an ordered, sequence of values)
28
28
;; - object (an unordered collection of key value pairs)
0 commit comments