Expand description
Walk a parsed JSON structure, grep within string values.
Pure Rust. The Python wrapper in mcp-methods-py converts the
returned Vec<JsonGrepMatch> into a Python list of dicts.
Structs§
- Json
Grep Match - One grep match within a JSON structure.
Functions§
- ripgrep_
json_ fields - Grep within string values of a parsed JSON structure. Returns one match per merged context window per field.