Skip to main content

Module json_grep

Module json_grep 

Source
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§

JsonGrepMatch
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.