Skip to content

hiltontj/serde_json_path

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0f9506f · Nov 30, 2024
Aug 3, 2024
Nov 3, 2024
Nov 30, 2024
Nov 30, 2024
Nov 3, 2024
Mar 22, 2023
Mar 4, 2023
Apr 1, 2023
Aug 29, 2023
Feb 24, 2024
Mar 25, 2023
Jul 6, 2023
Aug 3, 2024

Repository files navigation

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.