hiltontj / serde_json_path

Query serde_json Values with JSONPath
https://serdejsonpath.live/
MIT License
51 stars 4 forks source link

Incorporate JSONPath Compliance Test Suite #6

Closed hiltontj closed 1 year ago

hiltontj commented 1 year ago

This PR brings in the JSONPath Compliace Test Suite (CTS) as an integration test.

The CTS highlighted some major flaws in the string literal parsing logic, which were fixed to match the JSONPath specification.