serde_json_path
allows you to use JSONPath to query the serde_json::Value
type.
- See the Crate Documentation for usage and examples.
- See the IETF JSONPath Specification for more details about JSONPath and examples of its usage.
- Try it out in the Sandbox
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in serde_json_path
by you, shall be licensed as MIT, without any
additional terms or conditions.