diff --git a/relative-json-pointer.xml b/relative-json-pointer.xml index 0521fac2..3bc5337a 100644 --- a/relative-json-pointer.xml +++ b/relative-json-pointer.xml @@ -12,7 +12,7 @@ - + Relative JSON Pointers @@ -92,26 +92,19 @@ length or start with a '/' (%x2F). Similarly, a JSON Pointer will never be ambiguous with the '#'. -
- - The ABNF syntax of a Relative JSON Pointer is: - - - - relative-json-pointer =/ non-negative-integer "#" - index-manipulation = ("+" / "-") non-negative-integer - non-negative-integer = %x30 / %x31-39 *( %x30-39 ) - ; "0", or digits without a leading "0" -]]> - - - where <json-pointer> follows the production defined in - RFC 6901, Section 3 ("Syntax"). - -
+ The ABNF syntax of a Relative JSON Pointer is: +
@@ -329,6 +322,12 @@ + + + Fix ABNF omission for using # with index manipulation + Clarify handling of leading "0" + + Add array forward and backward index manipulation