We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unless I'm missing something, we don't actualy specify what happens when a Relative JSON Pointer is 0 in the Relative JSON Pointer specification.
We hint and show examples, but it's not strictly specified.
We say...
If this value is more than zero, then the following steps are repeated that number of times...
But we do not say what happens when the value is zero.
This has resulted in a question being raised on our slack.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Unless I'm missing something, we don't actualy specify what happens when a Relative JSON Pointer is
0
in the Relative JSON Pointer specification.We hint and show examples, but it's not strictly specified.
We say...
But we do not say what happens when the value is zero.
This has resulted in a question being raised on our slack.
The text was updated successfully, but these errors were encountered: