YAML ↔ TOML

Convert data between YAML and TOML formats.

0 characters
0 characters

About TOML

TOML (Tom's Obvious, Minimal Language) is a configuration file format designed to be easy to read due to its clear semantics. It's often compared to YAML and JSON but is designed to map unambiguously to a hash table.