hiltontj / serde_json_path

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

Fix failures from latest compliance test suite #90

Closed hiltontj closed 4 months ago

hiltontj commented 4 months ago

The tests added in https://github.com/jsonpath-standard/jsonpath-compliance-test-suite/pull/35 fail on serde_json_path. This may be fixed by using the CRLF mode in the rust regex crate (see https://github.com/rust-lang/regex/issues/244#issuecomment-1451258260)