flatten_json
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Flatten a nested JSON object to single-level dot-notation keys (e.g. {"a":{"b":1}} → {"a.b":1}), or unflatten dot-notation keys back to a nested object. Supports custom separators.
Parameters schema
{
"type": "object",
"required": [
"input"
],
"properties": {
"mode": {
"type": "string",
"description": "\"flatten\" (default) or \"unflatten\""
},
"input": {
"type": "string",
"description": "JSON string to flatten or unflatten"
},
"separator": {
"type": "string",
"description": "Key separator (default: \".\")"
}
}
}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