TOML ↔ JSON Converter

Convert between TOML and JSON formats. Parse Cargo.toml, pyproject.toml, and config files instantly.

TOML
JSON

Conversion API

curl -X POST https://ai.doxx.lat/api/toml-to-json \
  -H "Content-Type: text/plain" \
  -d '[package]\nname = "test"'

Free API. No signup needed. CORS enabled.

About TOML

TOML (Tom's Obvious Minimal Language) is a configuration file format that's easy to read. It's used by Rust (Cargo.toml), Python (pyproject.toml), and many other tools. This converter handles tables, arrays, inline tables, and nested structures.