We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42ca9f commit aa0cca6Copy full SHA for aa0cca6
relative-json-pointer.xml
@@ -125,8 +125,9 @@
125
Evaluation begins by processing the non-negative-integer prefix.
126
This can be found by taking the longest continuous sequence of decimal
127
digits available, starting from the beginning of the string, taking
128
- the decimal numerical value. If this value is more than zero, then
129
- the following steps are repeated that number of times:
+ the decimal numerical value. If the value is zero, the following stepps
+ are skipped. If this value is more than zero, then the following steps
130
+ are repeated that number of times:
131
<list>
132
<t>
133
If the current referenced value is the root of the document, then
0 commit comments