hiltontj / serde_json_path

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

[#29] Fix Serialization of `NodeList` #30

Closed hiltontj closed 1 year ago

hiltontj commented 1 year ago

The NodeList type was changed to be a newtype so that it would serialize as the raw list of nodes.

This closes #29