cburgmer / json-path-comparison

Comparison of the different implementations of JSONPath and language agnostic test suite.
https://cburgmer.github.io/json-path-comparison/
GNU General Public License v3.0
84 stars 26 forks source link

Add Hyperbee.Json #150

Closed MattEdwardsWaggleBee closed 1 month ago

MattEdwardsWaggleBee commented 3 months ago

Add Hyperbee.Json

MattEdwardsWaggleBee commented 3 months ago

As a side note, when I ran sudo ./src/with_docker.sh ninja to test all the packages Python_jsonpath failed. I updated its requirements.txt to use jsonpath==0.82.2 and that solved my issue. Would you like that included in this PR?

MattEdwardsWaggleBee commented 1 month ago

Closing because we implemented https://github.com/jsonpath-standard/jsonpath-compliance-test-suite instead

glyn commented 1 month ago

Great that you implemented the CTS. I'm intrigued that this is seen to be an alternative to joining the comparison. I'd personally like CTS-passing implementations to be added to the comparison so that the computed consensus gets closer to the CTS ideal. But I understand that time is precious and implementing the CTS may have soaked up quite some time.