Library for getting references to a JSON value with a simple search path.
Find a file
2023-10-18 20:32:45 +02:00
.github/workflows 👷 Create Rust workflow 2023-10-13 21:54:23 +02:00
src Implement json path resolution 2023-10-16 22:09:58 +02:00
.gitignore 🎉 Initial commit 2023-10-13 21:50:13 +02:00
Cargo.toml 🚀 Release 1.0.1 2023-10-18 20:30:35 +02:00
LICENSE 📄 Create LICENSE 2023-10-13 21:53:31 +02:00
readme.md 📝 Change readme to use correct crate name 2023-10-18 20:32:45 +02:00

JSON Search

Library for searching a JSON structure for certain paths.

Usage

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" }

Features

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.