JSON Flatten / Unflatten
Flatten nested JSON to dot-notation keys and unflatten back.
AdSense
Top banner
JSON input
Flattened
{
"user.name": "Alice",
"user.address.city": "NYC",
"user.address.zip": "10001",
"user.tags.0": "admin",
"user.tags.1": "user"
}AdSense
Mobile inline (between input and results)
Was this page helpful?