Projects
serde_json_path

serde_json_path is an open-source implementation of the IETF JSONPath standard (RFC 9535) built for the Rust Programming Language. It is meant to be used alongside the serde_json Rust package to query and extract information from arbitrary JSON data.

JSONPath provides a concise and powerful query syntax that can be used to select nodes within a JSON object. Combined with Rust's rich and reliable type system, JSONPath can be a valuable tool to have when working with JSON in your data pipelines, web services, and more.

You can add serde_json_path to your Rust application from the crates.io page, find out more about how to use it from the crate documentation, or try your hand at a few JSONPath queries in the sandbox.