flatten_json
Flatten nested JSON objects into a single-level structure. Apply a custom separator for nested key paths.
Instructions
Flatten nested JSON object into single-level object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json_string | Yes | JSON string to flatten | |
| separator | No | Separator for nested keys (default: .) | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |