File tree 1 file changed +24
-1
lines changed
1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 33
33
</address >
34
34
</author >
35
35
36
- <date year =" 2019 " />
36
+ <date year =" 2020 " />
37
37
<workgroup >Internet Engineering Task Force</workgroup >
38
38
<keyword >JSON</keyword >
39
39
<keyword >JavaScript</keyword >
134
134
</t >
135
135
</list >
136
136
</t >
137
+ <t >
138
+ If the next character is a plus ("+") or minus ("-"), followed by another
139
+ continuous sequence of decimal digits, the following steps
140
+ are taken using the decimal numeric value of that plus or minus sign
141
+ and decimal sequence:
142
+ <list >
143
+ <t >
144
+ If the current referenced value is not an item of an array,
145
+ then evaluation fails (see below).
146
+ </t >
147
+ <t >
148
+ If the referenced value is an item of an array, then the
149
+ new referenced value is the item of the array indexed by
150
+ adding the decimal value (which may be negative), to the
151
+ index of the current referenced value.
152
+ </t >
153
+ </list >
154
+ </t >
137
155
<t >
138
156
If the remainder of the Relative JSON Pointer is a JSON Pointer, then
139
157
evaluation proceeds as per
300
318
</t >
301
319
<t >
302
320
<list style =" hanging" >
321
+ <t hangText =" draft-handrews-relative-json-pointer-03" >
322
+ <list style =" symbols" >
323
+ <t >Add array forward and backward index manipulation</t >
324
+ </list >
325
+ </t >
303
326
<t hangText =" draft-handrews-relative-json-pointer-02" >
304
327
<list style =" symbols" >
305
328
<t >Update to the latest JSON RFC</t >
You can’t perform that action at this time.
0 commit comments