JSON Flattener & Unflattener — Free & Private
Flatten nested JSON to dot-notation keys or rebuild nested objects from flat JSON. Supports custom delimiters and array index notation.
Your data never leaves your browser
Nested JSON
Flattened JSON
About this tool
Flatten / UnflattenDot notationArray indexesDownload JSONFullscreen
How to use
- Choose Flatten or Unflatten mode.
- Set delimiter (default dot) and array index option.
- Paste JSON and copy or download the result.
Examples
Nested to flat
{"user":{"name":"Ada","age":36}}{"user.name":"Ada","user.age":36}