Expand description
JSON Extractor - Extract fields from JSON using path syntax
Supports JSONPath-like syntax:
key- Get key value*- Wildcard[]- Array iteration[0]- Array index..- Recursive descent
Re-exports§
pub use extract::ExtractResult;pub use extract::Extractor;pub use format::Formatter;pub use format::OutputFormat;pub use path::JsonPath;pub use path::PathParser;
Modules§
Structs§
- Json
Extractor Core - Pure Rust JSON Extractor (for CLI)
Functions§
- parse_
paths - Parse paths string, handling quoted strings and escape characters