hiltontj / serde_json_path

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

Further enhancements to `NodeList` #16

Closed hiltontj closed 1 year ago

hiltontj commented 1 year ago

This adds the get, first, and last methods to the NodeList type.

In addition, the function signature of the at_most_one and exactly_one methods were altered to take &self instead of self, as they did not need to take ownership.