Skip to content

jumpdrive-dev/Json-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Library for getting references to a JSON value with a simple search path.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages