spectral icon indicating copy to clipboard operation
spectral copied to clipboard

Support JSON path spec when it's here!

Open gregsdennis opened this issue 2 years ago • 3 comments

Chore summary IETF is building a specification for JSON Path. (Repo / Latest)

Tasks Support the spec-defined syntax.

Additional context I'm not sure what library you're using for JSON Path parsing and evaluation (or if it's home-grown), but it might be a good idea to support this when it's released. We're getting pretty close.

gregsdennis avatar Feb 06 '23 20:02 gregsdennis

Just saw in the docs that you're aware that the spec is coming, but the link is old (https://tools.ietf.org/html/draft-normington-jsonpath-00).

I also saw that you're using a combination of nimma and jsonpath-plus for parsing. It looks like jsonpath-plus is on the comparison site, but nimma isn't, so I've opened an issue to have it added.

gregsdennis avatar Feb 06 '23 21:02 gregsdennis

I've opened an issue with nimma to support the spec. I think that will trickle down to you.

gregsdennis avatar Feb 26 '23 02:02 gregsdennis

JSON Path now has an RFC!

https://www.rfc-editor.org/rfc/rfc9535.html

gregsdennis avatar Mar 05 '24 21:03 gregsdennis