TOML Parser API
Convert TOML config files to JSON and back. Bidirectional.
What is TOML?
Configuration format used by Cargo, pyproject.toml, and Poetry. This API converts between TOML and JSON.
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.