How to use this tool
- Paste a typed pointer map containing a root empty-string entry and kind descriptors.
- Run Unflatten pointer map to validate every parent, index, and descriptor.
- Review the result and diagnostics before copying or downloading.
Restore objects, arrays, empty containers, numeric object keys, and escaped slash or tilde keys.
Rebuild JSON from the typed RFC 6901 pointer map emitted by this site's lossless flattener.
Restore objects, arrays, empty containers, numeric object keys, and escaped slash or tilde keys.
{"":{"kind":"object"},"/profile":{"kind":"object"},"/profile/display~1name":{"kind":"value","value":"Ada"},"/tags":{"kind":"array","length":2},"/tags/0":{"kind":"value","value":"json"},"/tags/1":{"kind":"value","value":"tools"}}{
"profile": {
"display/name": "Ada"
},
"tags": [
"json",
"tools"
]
}No. The engine runs in your browser and applies local resource limits.
The tool reports a diagnostic and does not keep stale output.
It reconstructs the exact parsed JSON container and value structure represented by the map.
It accepts this site's typed pointer-map format, not ambiguous dot-key flattening conventions.