-
Notifications
You must be signed in to change notification settings - Fork 17
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
Capture requirements for JSONPath #100
Comments
Is it the same jsonpath group mentioned in #56 (comment)? I think operators for ISO 8601 timestamp comparison are necessary. String operators are not very handy and often require complex regular expressions (related to #80). Geospatial queries are nice to have, in case they are part of a TD (related to #79). OData examples from OGC SensorThings:
|
Notes:
|
Generally I have a concern that arbitrary JS should not be allowed in queries for security reasons (including DoS attacks by specifying pathologically expensive queries). Instead there should be a specific set of comparison operators and query types supported. I hope this aligns with what the IETF group is thinking. |
From Discovery call:
|
IETF has a group attempting to standardize JSON path, we should capture our use case and requirements (eg security...) and provide our input.
Edit: see https://datatracker.ietf.org/group/jsonpath/about/
The text was updated successfully, but these errors were encountered: