How to use this tool
- Enter json object.
- Select Update result to view the result.
- Check the method and assumptions below before using the result.
The method, explained
Walk nested nonempty objects and join keys with dots. Arrays and empty objects remain values.
{"user":{"name":"Ava"}} becomes {"user.name":"Ava"}.
What to keep in mind
Maximum nesting depth is 30. Empty keys, dotted keys and reserved object keys are rejected.
Common questions
How does this tool handle my input?
Processing happens in your browser. Your pasted content is not uploaded, included in URLs or stored as a calculation history.
What input should I use?
JSON object: use the example already shown, then replace it with your own content. Maximum nesting depth is 30. Empty keys, dotted keys and reserved object keys are rejected.
Methodology maintained by ClarityKit. How these tools are built and checked.