parse_toml
Parse TOML configuration strings into JSON objects for simplified data handling.
Instructions
Parse TOML configuration file to JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toml_string | Yes | TOML string to parse |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |