Input Object (JSON)

Output Object (JSON)

About Object Flattening

Flattening converts nested objects into a flat structure with dot notation keys. Unflattening reverses this process, converting flat objects back to nested structures.

Example: Nested objects can be flattened to dot notation keys or unflattened back to nested structure.