bashtools / JSONPath.sh

JSONPath implementation in Bash for filtering, merging and modifying JSON
https://bashtools.github.io/JSONPath.sh/
Other
53 stars 14 forks source link

Consider implementing RFC 9535 #14

Open glyn opened 6 months ago

glyn commented 6 months ago

IETF RFC 9535 defines a proposed standard for JSONPath. Other resources:

(See here for updates to this list of resources.)

Valid approaches for this project are to (a) implement the RFC in whole or in part, (b) document its behaviour relative to the RFC, and (c) do nothing.