pub fn extract_json_fields(s: &str) -> Value
Last-resort: extract ALL key-value pairs from malformed JSON by string matching. Tool-agnostic — no hardcoded field lists. Finds any "key": "value" or key: value pattern.
"key": "value"
key: value