Skip to content
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

JSONPointer incorrectly handles the "#" pointer #291

Closed
erosb opened this issue Oct 5, 2016 · 1 comment
Closed

JSONPointer incorrectly handles the "#" pointer #291

erosb opened this issue Oct 5, 2016 · 1 comment

Comments

@erosb
Copy link
Contributor

erosb commented Oct 5, 2016

According to the first example in RFC 6901 section 6 the "#" JSON pointer denotes the complete document.

Currently the JSONPointer class throws an IllegalArgumentException for the "#" pointer.

erosb added a commit to erosb/JSON-java that referenced this issue Oct 5, 2016
@stleary
Copy link
Owner

stleary commented Oct 15, 2016

Fixed in #292

@stleary stleary closed this as completed Oct 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants