Skip to content

Commit ca99508

Browse files
authored
Merge pull request #596 from handrews/rel-ptr
Relative JSON Pointer update for new JSON RFC
2 parents e133159 + 0179232 commit ca99508

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

Diff for: relative-json-pointer.xml

+11-7
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"?>
@@ -12,7 +12,7 @@
1212
<?rfc rfcedstyle="yes"?>
1313
<?rfc comments="yes"?>
1414
<?rfc inline="yes" ?>
15-
<rfc category="info" docName="draft-handrews-relative-json-pointer-01" ipr="trust200902">
15+
<rfc category="info" docName="draft-handrews-relative-json-pointer-02" ipr="trust200902">
1616
<front>
1717
<title abbrev="Relative JSON Pointers">Relative JSON Pointers</title>
1818

@@ -28,15 +28,14 @@
2828
</author>
2929

3030
<author fullname="Henry Andrews" initials="H" surname="Andrews" role="editor">
31-
<organization>Cloudflare, Inc.</organization>
3231
<address>
3332
<postal>
3433
<street></street>
3534
<city>San Francisco</city>
3635
<region>CA</region>
3736
<country>USA</country>
3837
</postal>
39-
<email>henry@cloudflare.com</email>
38+
<email>andrews_henry@yahoo.com</email>
4039
</address>
4140
</author>
4241

@@ -81,8 +80,8 @@
8180

8281
<section title="Syntax">
8382
<t>
84-
A Relative JSON Pointer is a Unicode string (see RFC 4627,
85-
<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,
8685
followed by either a '#' (%x23) character or a JSON Pointer
8786
(<xref target="RFC6901">RFC 6901</xref>).
8887
</t>
@@ -295,7 +294,7 @@
295294
</references>
296295

297296
<references title="Informative References">
298-
&RFC4627;
297+
&RFC8259;
299298
</references>
300299

301300
<section title="ChangeLog">
@@ -304,6 +303,11 @@
304303
</t>
305304
<t>
306305
<list style="hanging">
306+
<t hangText="draft-handrews-relative-json-pointer-02">
307+
<list style="symbols">
308+
<t>Update to the latest JSON RFC</t>
309+
</list>
310+
</t>
307311
<t hangText="draft-handrews-relative-json-pointer-01">
308312
<list style="symbols">
309313
<t>The initial number is "non-negative", not "positive"</t>

0 commit comments

Comments
 (0)