toml_to_json
Transform TOML content into formatted JSON with configurable indentation.
Instructions
Convert TOML to formatted JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toml_string | Yes | TOML string to convert | |
| indent | No | JSON indentation level (default: 2) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |