-
-
Notifications
You must be signed in to change notification settings - Fork 0
Description
When I look at PyPy download data, there seem to only be 3 JSONPath libraries with meaningful download data:
jsonpath-ng, (the Python "standard")
python-jsonpath (I think another one of your projects?),
jsonpath (is this the pre-ng fork?),
jsonpath-rfc9535 (this project)
Is there a "reference implementation" put out by the the IET working group for this spec? That is, an implementation used to compare the results of other implementations to? If so I imagine it would be perhaps in JavaScript?
Does the concept of a reference implementation per language exist? I.e., is there such a thing as a "Python or Java reference implementation for RFC 9535?" And if not formally, would you consider this project that reference implementation for Python, or would you consider jsonpath-ng the reference implementation, just by nature of its widespread use?
- Rob