JSON Unflatten

Convert flat keys like user.name back into nested JSON.

How it works

Dotted keys create nested objects and bracket indexes create arrays, so the original structure can be recovered.

Example