hiltontj / serde_json_path

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

Helper methods for `ExactlyOneError` #64

Closed hiltontj closed 1 year ago

hiltontj commented 1 year ago

The ExactlyOneError would benefit from some helper methods, e.g., is_empty, is_more_than_one for usability.