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

What to do about JSONPath #6

Open
windley opened this issue Apr 15, 2016 · 0 comments
Open

What to do about JSONPath #6

windley opened this issue Apr 15, 2016 · 0 comments
Labels

Comments

@windley
Copy link
Member

windley commented Apr 15, 2016

JSONPath is a good idea, but maybe too arcane.

It has the syntax it has because the JSONPath idea already existed.

If we're going to reimplement it, maybe we ought to simplify and combine with the idea of hash paths. JSONPath came along before hash paths. Hash parts aren't as powerful as they could be, but did away with the need for JSONPath in many cases.

One source of inspiration is the Spectre library in Clojure.It uses navigation paths which feel like hash paths.

farskipper added a commit that referenced this issue Sep 25, 2017
Add listChildren, getParent, listAllInstalledRIDs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants