unflatten_json
Reconstruct nested JSON from dot-notation flattened format. Use a custom separator to override the default dot.
Instructions
Reconstruct nested JSON from dot-notation flattened format.
Parameters:
json_str — Flattened JSON string.
separator — Separator (default: '.').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_str | Yes | ||
| separator | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |