hiltontj / serde_json_path

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

[23] Implement `Clone` for `JsonPath` #24

Closed hiltontj closed 1 year ago

hiltontj commented 1 year ago

The Clone trait was implemented for the JsonPath type, by deriving it on all of its nested types.

This is related to #23 .