hiltontj / serde_json_path

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

Rename `Error` to `ParseError` #36

Closed hiltontj closed 1 year ago

hiltontj commented 1 year ago

The Error type was renamed to ParseError to reflect the fact that it is only used for parsing errors.

This is not related to any issues.