APImcp
GuidesData Formats
ConsoleDocsMCP
Data Formats ⏱ 1 min read

TOML Parser API

Convert TOML config files to JSON and back. Bidirectional.

01

What is TOML?

Configuration format used by Cargo, pyproject.toml, and Poetry. This API converts between TOML and JSON.

02

How to Use

Call GET /api/v1/toml-parser with TOML input. Use mode=json2toml to go the other way.

Try it live Test this endpoint in the interactive console
Open Console →

Frequently Asked Questions

TOML features?
Tables, key-value pairs, strings, numbers, booleans, arrays, inline tables.