serde_json_path

Crates.ioserde_json_path
lib.rsserde_json_path
version0.7.1
sourcesrc
created_at2023-02-12 20:58:26.590998
updated_at2024-11-03 20:58:20.141796
descriptionQuery serde_json Values using JSONPath
homepage
repositoryhttps://github.com/hiltontj/serde_json_path
max_upload_size
id783501
size113,931
Trevor Hilton (hiltontj)

documentation

https://docs.rs/serde_json_path

README

serde_json_path

serde_json_path allows you to use JSONPath (RFC 9535) to query the serde_json::Value type.

Build status Crates.io Documentation CTS Submodule Update and Test

Learn More

  • See the Crate Documentation for usage and examples.
  • See the JSONPath standard (RFC 9535) for more details about JSONPath query syntax and examples of its usage.
  • Try it out in the Sandbox

License

This project is licensed under the MIT license.

Contribution

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.

Commit count: 325

cargo fmt