merge_json
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Deep merge two JSON objects. Supports three array strategies: replace (default), concat, or unique (dedup concat). Nested objects are recursively merged — override takes precedence for primitives.
Parameters schema
{
"type": "object",
"required": [
"base",
"override"
],
"properties": {
"base": {
"type": "string",
"description": "Base JSON object (will be merged into)"
},
"override": {
"type": "string",
"description": "Override JSON object (takes precedence)"
},
"array_strategy": {
"enum": [
"replace",
"concat",
"unique"
],
"type": "string",
"description": "Array merge strategy: replace (default), concat, or unique"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries