How to Unflatten JSON Keys
JSON Unflattening
When to Unflatten JSON
Restore hierarchical JSON from flat dot-notation keys produced by flattening tools, spreadsheets, or log pipelines.
Frequently asked questions
What input shape is expected?
A single JSON object with flat string keys using dot and bracket notation.