You're viewing a demo portfolio

Join the waitlist
PRSM

flatten_json

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

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: \".\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

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
View full server →
flatten_json — IA-QA — 130+ QA & Dev Tools for AI Agents — PRSM MCP