-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support for JSONPath / JSON Pointer / jq #63
Comments
Nice idea. Worth checking. Just some of commands will not be support e.g. reference from non root. The |
|
Jq would be an option, too. Looks like a package of C with dependencies, though. |
That was just for reference. Collecting some more data about the subject. jq is definitely widespread and popular. Maybe implement it's syntax instead. Just maybe. |
Also Json pointer |
also stumbled upon https://jmespath.org |
also JSON Pointer, which seems to be a part of JSON schema: https://datatracker.ietf.org/doc/html/draft-handrews-relative-json-pointer-01 |
JSONPath could be a nice addition (https://restfulapi.net/json-jsonpath/):
Def:
Example:
lo_json->jsonpath( '$..attributes' ).
Anyone up for a JS or PHP to ABAP port?
https://code.google.com/archive/p/jsonpath/downloads
The text was updated successfully, but these errors were encountered: