dev
TOML Validator
Validate TOML configuration files against the TOML 1.0 spec and convert to JSON.
Conforms to the TOML 1.0.0 specification (RFC-compliant parser).
//Share this tool
//Related tools
Validate TOML configuration files against the TOML 1.0.0 specification and convert them to JSON. Get precise error messages with line and column numbers for Cargo.toml, pyproject.toml, and any other TOML config.
[x]Features
- -Full TOML 1.0.0 spec support (smol-toml parser)
- -Errors reported with exact line and column
- -One-click TOML to JSON conversion
- -Key/value pair and nesting depth stats
- -Automatic re-validation as you type
>Use Cases
- >Linting Cargo.toml before a build
- >Checking pyproject.toml syntax
- >Converting legacy TOML configs to JSON
- >Learning TOML syntax with instant feedback