Paste a flat object with dot-notation keys and it is rebuilt into the nested JSON structure those paths describe.
A flat object whose keys are paths like user.address.city; these are expanded into nested objects.
Numeric path segments such as items.0 are rebuilt as array elements in the correct positions.
Yes — unflattening reverses the JSON Flattener, turning dot-notation keys back into nested structure.