JSON unflattener
Paste a flat JSON object whose keys are dot paths (like user.name or
roles[0]) and get back the original nested structure of objects and
arrays. A path segment that is a number becomes an array index, so flat data
round-trips cleanly with the JSON flattener.
Set the delimiter to match how the keys were built — a dot by default — and bracket indices are detected automatically. Everything runs in your browser, so your JSON never leaves your device.