hiltontj / serde_json_path

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

Add tests to ensure Send and Sync on public API #19

Closed hiltontj closed 1 year ago

hiltontj commented 1 year ago

This PR adds tests to ensure that the JsonPath and NodeList remain Send and Sync.