How to use this tool
- Enter flat json object.
- Select Update result to view the result.
- Check the method and assumptions below before using the result.
The method, explained
Split each key on dots and create nested objects. Reject paths that conflict with an existing value.
{"user.name":"Ava"} becomes {"user":{"name":"Ava"}}.
What to keep in mind
Dotted numbers remain object keys, not array indexes. Unsafe and conflicting paths 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?
Flat JSON object: use the example already shown, then replace it with your own content. Dotted numbers remain object keys, not array indexes. Unsafe and conflicting paths are rejected.
Methodology maintained by ClarityKit. How these tools are built and checked.