ToolsCandy

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

  1. Choose Flatten or Unflatten mode.
  2. Set delimiter (default dot) and array index option.
  3. Paste JSON and copy or download the result.

Examples

Nested to flat

{"user":{"name":"Ada","age":36}}
{"user.name":"Ada","user.age":36}

FAQ