JSON ↔ TOML
Convert between JSON and TOML formats
About TOML
TOML (Tom's Obvious, Minimal Language) is a configuration file format that's easy to read due to obvious semantics. It's designed to map unambiguously to a hash table. It's often used in Rust, Python (poetry), and other modern tools.