TOML/JSON Converter
Convert between TOML and JSON formats
TOML Input
JSON Output
TOML/JSON Converter Usage Guide
Main Features
- TOML → JSON - Convert TOML config files to JSON format
- JSON → TOML - Convert JSON data to TOML config format
- Indent Control - Supports 2, 4, and 8 space indentation
- Nested Tables - Supports TOML tables and inline tables
Use Cases
- Convert Cargo.toml, pyproject.toml and other configs to JSON
- Migrate API configs from JSON to TOML format
- Config file format unification and conversion
- Quick validation and preview of TOML configs