Zenixbase
Open app

Flatten nested JSON

Paste nested JSON and flatten it into a single-level object whose keys are the dotted paths to every value — ideal for environment files, translation catalogs and spreadsheets. The result is saved privately in your account.

No sign-up needed — runs instantly in your browser.

How it works

  1. 1Paste your nested JSON
  2. 2Choose the separator and indentation, then press Run
  3. 3Download the flattened JSON or find it in your files

Frequently asked questions

How are arrays handled?
Array items use their index as the path segment, e.g. items.0.name — so the structure round-trips with Unflatten JSON.
Can I change the separator?
Yes — the default is a dot, but you can use any short separator such as / or _ to match your target format.

Related tools