flatten_json
Flatten nested JSON structures into dot-notation key-value pairs using a configurable separator.
Instructions
Flatten nested JSON to dot-notation key-value pairs.
Parameters:
json_str — JSON string to flatten.
separator — Separator (default: '.').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_str | Yes | ||
| separator | No | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |