JSONSelectTests
JSONSelectTests copied to clipboard
Conformance tests for the JSONSelect selector language
The http://jsonselect.org link points to the wrong site. It used to point to the JSONSelect tester. Could you please this?
I found a bug in the Python implementation where :first-child did not behave as the Javascript implementation: https://github.com/mwhooker/jsonselect/issues/5 This behavior (`:first-child` without a type) is not tested in these conformance...
Is there a way to extract all properties that match a certain regex (NOT the values?) For example: ``` json { "x_a" : 12, "x_b" : 14, "x_c" : 45...
to make test type more explicit.