diff --git a/relative-json-pointer.xml b/relative-json-pointer.xml index fefcb607..eb8b7f38 100644 --- a/relative-json-pointer.xml +++ b/relative-json-pointer.xml @@ -2,7 +2,7 @@ - + ]> @@ -12,7 +12,7 @@ - + Relative JSON Pointers @@ -28,7 +28,6 @@ - Cloudflare, Inc.
@@ -36,7 +35,7 @@ CA USA - henry@cloudflare.com + andrews_henry@yahoo.com
@@ -81,8 +80,8 @@
- A Relative JSON Pointer is a Unicode string (see RFC 4627, - Section 3), comprising a non-negative integer, + A Relative JSON Pointer is a Unicode string in UTF-8 encoding (see RFC 8259, + Section 8), comprising a non-negative integer, followed by either a '#' (%x23) character or a JSON Pointer (RFC 6901). @@ -295,7 +294,7 @@ - &RFC4627; + &RFC8259;
@@ -304,6 +303,11 @@ + + + Update to the latest JSON RFC + + The initial number is "non-negative", not "positive"