toml_to_json
Convert TOML to JSON for programmatic access. Ideal for parsing TOML configuration files into structured JSON data.
Instructions
Convert TOML format to JSON.
Use this to transform TOML configuration files (e.g. pyproject.toml)
into JSON for programmatic access.
Parameters:
toml — TOML-formatted string to convert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| toml | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |