{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.283Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"qr-code-reader","name":"QR Code Reader","url":"https://toolsly.tools/qr-code-reader"},{"slug":"qr-code-generator","name":"QR Code Generator","url":"https://toolsly.tools/qr-code-generator"},{"slug":"file-to-hex","name":"File to Hex Dump","url":"https://toolsly.tools/file-to-hex"},{"slug":"hex-to-file","name":"Hex to Binary File","url":"https://toolsly.tools/hex-to-file"},{"slug":"wifi-qr-code-generator","name":"Wi-Fi QR Code Generator","url":"https://toolsly.tools/wifi-qr-code-generator"},{"slug":"vcard-qr-code-generator","name":"vCard QR Code Generator","url":"https://toolsly.tools/vcard-qr-code-generator"},{"slug":"barcode-generator","name":"Barcode Generator","url":"https://toolsly.tools/barcode-generator"},{"slug":"base64-encode","name":"Base64 Encode","url":"https://toolsly.tools/base64-encode"}],"kind":"utility","slug":"json-flatten","name":"JSON Flatten","description":"Flatten a nested JSON document to a single-level object with dot, underscore or bracket paths.","longDescription":"Paste a nested JSON object or array and produce a single-level (flat) object where each leaf value is keyed by its full path. Choose between dot-notation (`a.b.0`), underscore (`a_b_0`) or array-bracket (`a.b[0]`) styles. Useful for spreadsheets, env-var generation or quick diffs across structurally similar payloads. Runs entirely in your browser — free, online, no upload.","category":"text","categoryName":"Text & Encoding","keywords":["json flatten","flatten json","json to flat","json dot notation","json one level","flatten nested json","flat json","json flatten online","json flatten free","json to dotted keys","json bracket notation","json flatten tool"],"badge":"Transformer","url":"https://toolsly.tools/json-flatten","inputs":[{"type":"text","key":"json","label":"JSON","placeholder":"{\"a\": {\"b\": {\"c\": [1, 2]}}}","multiline":true,"monospace":true},{"type":"select","key":"separator","label":"Separator","defaultValue":"dot","choices":[{"value":"dot","label":"Dot (a.b.0)"},{"value":"underscore","label":"Underscore (a_b_0)"},{"value":"bracket","label":"Bracket (a.b[0])"}]}],"outputs":[{"key":"flat","label":"Flat","multiline":true},{"key":"keyCount","label":"Keys"}],"invocation":{"webUi":"https://toolsly.tools/json-flatten","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}