hiltontj / serde_json_path

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

[#23] Implement `Default` for `JsonPath` #25

Closed hiltontj closed 1 year ago

hiltontj commented 1 year ago

This PR implements Default for the JsonPath type. It defaults to a root JSONPath query, i.e., $.

This is addressing, in part, #23