Skip to content

Commit 0179232

Browse files
committed
Update Rel JSON Ptr to latest JSON RFC
1 parent 536800e commit 0179232

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

relative-json-pointer.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
33
<!ENTITY RFC2119 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml">
44
<!ENTITY RFC6901 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.6901.xml">
5-
<!ENTITY RFC4627 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.4627.xml">
5+
<!ENTITY RFC8259 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.8259.xml">
66
]>
77
<?rfc toc="yes"?>
88
<?rfc symrefs="yes"?>
@@ -80,8 +80,8 @@
8080

8181
<section title="Syntax">
8282
<t>
83-
A Relative JSON Pointer is a Unicode string (see RFC 4627,
84-
<xref target="RFC4627">Section 3</xref>), comprising a non-negative integer,
83+
A Relative JSON Pointer is a Unicode string in UTF-8 encoding (see RFC 8259,
84+
<xref target="RFC8259">Section 8</xref>), comprising a non-negative integer,
8585
followed by either a '#' (%x23) character or a JSON Pointer
8686
(<xref target="RFC6901">RFC 6901</xref>).
8787
</t>
@@ -294,7 +294,7 @@
294294
</references>
295295

296296
<references title="Informative References">
297-
&RFC4627;
297+
&RFC8259;
298298
</references>
299299

300300
<section title="ChangeLog">
@@ -305,7 +305,7 @@
305305
<list style="hanging">
306306
<t hangText="draft-handrews-relative-json-pointer-02">
307307
<list style="symbols">
308-
<t></t>
308+
<t>Update to the latest JSON RFC</t>
309309
</list>
310310
</t>
311311
<t hangText="draft-handrews-relative-json-pointer-01">

0 commit comments

Comments
 (0)