secomind / exjsonpath

JSONPath library for Elixir
Apache License 2.0
24 stars 7 forks source link

Consider implementing RFC 9535 #33

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.