hiltontj / serde_json_path

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

`JsonPath` type should implement more common traits #23

Closed hiltontj closed 1 year ago

hiltontj commented 1 year ago

For better API interoperability, the JsonPath type should implement more common traits, as per the Rust API Guidelines.

Implementing

Not implementing