hiltontj / serde_json_path

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

[#42] Update CTS and make necessary fixes #44

Closed hiltontj closed 1 year ago

hiltontj commented 1 year ago

The CTS was updated to include the latest tests that have been added since last update. This caused some breakages, which required changes to be fixed.

In general, the usage of space0 nom parser was replaced with multispace0 in order to support new lines in query strings.

This closes #42 .