search
Softwium

Code. Bug. Fix. Iterate.

TOML Formatter


TOML Formatter and Validator

TOML Formatter is an online tool designed to visualize, validate, and format your TOML (Tom's Obvious, Minimal Language) files. TOML is a lesser-known file format used for configuring applications, as it is both simple and readable. This format is somewhat simpler than YAML.

This TOML editor allows you to upload or input your TOML file and immediately check for any syntax errors. If an error is found, the problematic line is highlighted, making it easy to identify the syntax issue. By clicking on "Format," your TOML file will be automatically formatted.

You also have the option to view your TOML file in a tree structure, which can help to better visualize the data.

Finally, you can retrieve the result by copying it to the clipboard or by downloading it as a formatted TOML file.

This tool uses https://github.com/iarna/iarna-toml