KittyMac / Sextant

High performance JSONPath queries for Swift
MIT License
50 stars 5 forks source link

Consider implementing RFC 9535 #10

Open glyn opened 8 months ago

glyn commented 8 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.

KittyMac commented 8 months ago

Behaviours of various implementations can be checked in the comparison project. Please note that the JSONPath Reference Implementation referenced in the comparison project is stalled/archived and incomplete.

Is there a RFC 9535 compliant implementation on the comparison chart currently? That seems like a great place to start for project like this that are already on the chart to compare against.

glyn commented 8 months ago

Is there a RFC 9535 compliant implementation on the comparison chart currently? That seems like a great place to start for project like this that are already on the chart to compare against.

Excellent idea. I know of three implementations that implement the RFC:

I'll raise issues on the comparison project for the latter two. Shouldn't be too hard to add them.

gregsdennis commented 8 months ago

JsonPath.Net is already there, although I don't know if it's up to date.

The lib is up to date with the spec, but I don't know about the comparison report. I just promoted to v1.0.0 with the release of the spec.

glyn commented 8 months ago

JsonPath.Net is already there, although I don't know if it's up to date.

The lib is up to date with the spec, but I don't know about the comparison report. I just promoted to v1.0.0 with the release of the spec.

Thanks Greg, well done, and congratulations on v1.0.0! I'll log an issue in the comparison project to make sure it gets bumped.