Flatten / Unflatten JSON
100% Client-side (Browser)
Convert nested JSON to/from dot-path notation
Flatten Mode
Convert nested JSON to flat dot notation
JSON Input
Paste nested JSON here...
Transform Options
Character to separate keys (e.g., '.', '_', '/')
Maximum nesting level to flatten
Don't flatten arrays, keep them intact
Use [0], [1] instead of .0, .1