toml_to_json
Convert TOML format to JSON for programmatic access. Transform configuration files like pyproject.toml into JSON.
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 |