json_diff
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Compute a deep structural diff between two JSON values. Returns added, removed, and changed keys with dot-notation paths. Like git diff but for JSON objects — perfect for API response regression testing.
Parameters schema
{
"type": "object",
"required": [
"before",
"after"
],
"properties": {
"after": {
"type": "string",
"description": "Modified JSON string (after)"
},
"before": {
"type": "string",
"description": "Original JSON string (before)"
},
"max_depth": {
"type": "number",
"description": "Max nesting depth to recurse (default: 10)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries