SPath: Query Expressions for Semi-Structured Data

2025-01-06

SPath is a Rust crate providing JSONPath-like query expressions for semi-structured data such as JSON, TOML, or custom variants. It serves as a drop-in replacement for JSONPath and supports multiple data formats. The library is easy to use; simply add `spath` to your project's Cargo.toml dependencies. An example demonstrates querying JSON data with SPath and verifying the result.

Development Data Parsing