-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
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
Adjust JSON Pointer examples #3622
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
File |
There's one more issue with |
Please replace |
Example
The others are |
That is odd. I cannot find a hint in the documentation of
Oh, I totally forgot about those. I will also add notes to the API pages using these examples that the output is platform-dependent. |
Isn't that about which of multiple objects matching the same key is returned? I'd assume the standard doesn't require anything specific. |
You're right - I forgot that (of course) the container stores multiple values and only the conversion to JSON drops all but one. Alright, I'll add it to the list of platform-dependent examples and then we should be fine. |
Fix documentation issue after #3600.
Also add test to check the examples' outputs to the CI.