Skip to content

hiltontj/serde_json_path

Repository files navigation

serde_json_path

serde_json_pathallows you to use JSONPath (RFC 9535) to query theserde_json::Valuetype.

Build status Crates.io Documentation CTS Submodule Update and Test

Learn More

  • See theCrate Documentationfor 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 theSandbox

License

This project is licensed under theMIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion inserde_json_pathby you, shall be licensed as MIT, without any additional terms or conditions.