Library for searching a JSON structure for certain paths.
To use this library, add the following git dependency to your Cargo.toml
file:
json-search = { git = "https://github.com/jumpdrive-dev/Json-Search", tag = "1.0.1" }
This is a list of current and future features that this library supports:
- Resolving paths for a Serde JSON based on a search path.
- Support for additional resolution modes like optional and wildcard resolution.
- Ability to perform operations on a per-path basis.
- Ability to perform bulk operation based on a json search.