Tool capabilities
- Input
- TXT
- Output
- TXT · JSON
How to use JSON Unflatten
Rebuild nested JSON from a map of JSON Pointer paths, rejecting conflicting paths. This json unflatten works directly in your browser and is free to use without an account.
- Paste or open your input in the editor.
- Run the tool and inspect the output. If the input is invalid, correct the reported error and run it again.
- Copy the result or download it to your device.
JSON Unflatten · Example
Input
{"/name":"LocalKit","/items/0":"a","/items/1":"b"}Output
{
"name": "LocalKit",
"items": [
"a",
"b"
]
}Rebuild nested JSON from a map of JSON Pointer paths, rejecting conflicting paths.
Usage notes
Inputs and results are processed on this device. Tool content is not sent to a processing server.