Skip to content

Commit c327b19

Browse files
committed
Give a positive index adjustment example
1 parent 64e047f commit c327b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

relative-json-pointer.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
<artwork>
200200
<![CDATA[
201201
{
202-
"foo": ["bar", "baz"],
202+
"foo": ["bar", "baz", "biz"],
203203
"highly": {
204204
"nested": {
205205
"objects": true
@@ -221,7 +221,7 @@
221221
"0-1" "bar"
222222
"2/highly/nested/objects" true
223223
"0#" 1
224-
"0-1#" 0
224+
"0+1#" 2
225225
"1#" "foo"
226226
]]>
227227
</artwork>

0 commit comments

Comments
 (0)