-
Notifications
You must be signed in to change notification settings - Fork 25
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
Consider using CWJSONPointer for path tree #4
Comments
Yes, this was developed at the same time as this library. I would be interested to see it used in this project |
Hmm. I've recently submitted this PR to the JSON-Schema-Test-Suite: json-schema-org/JSON-Schema-Test-Suite#65 And I don't believe this library will pass the new test in it's current state. I think the solution to this will be to look for 'id' tags during resolution. As a result we may have to continue to use our own JSON pointer resolution implementation |
I put together a derivative JSONPointer implementation in JSONTools. I've fixed up a few issues that affect CWJSONPointer, and I think this may be one I resolved (I'm not certain, though -- I'll review). |
I don't believe resolution context changes via the 'id' property are a part
|
There's an Objective-C project that implements the JSONPointer spec. Rather than use NSURL to manually navigate down the tree, maybe consider using this JSONPath functionality?
https://github.com/C-Works/NSDictionary-CWJSONPointer
The text was updated successfully, but these errors were encountered: