Skip to content

Commit

Permalink
Give a positive index adjustment example
Browse files Browse the repository at this point in the history
  • Loading branch information
handrews committed Feb 20, 2023
1 parent 64e047f commit c327b19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relative-json-pointer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<artwork>
<![CDATA[
{
"foo": ["bar", "baz"],
"foo": ["bar", "baz", "biz"],
"highly": {
"nested": {
"objects": true
Expand All @@ -221,7 +221,7 @@
"0-1" "bar"
"2/highly/nested/objects" true
"0#" 1
"0-1#" 0
"0+1#" 2
"1#" "foo"
]]>
</artwork>
Expand Down

0 comments on commit c327b19

Please sign in to comment.