json-unflattendevdata
JSON Unflatten
Turn dot-path key/value pairs back into nested JSON.
Inputs
Output
(no output yet)
Explanation
Reconstruct nested JSON from a flat object where keys are dot-paths.
Use it when you need a fast, offline conversion/validation step during development or debugging.
Related