toml2json

A simple tool based on Ricardo Tomasi’s toml.js for converting TOML to JSON in your browser.

Check it out at toml-to-json.matiaskorhonen.fi

TOML (Tom’s Obvious, Minimal Language) aims to be a minimal configuration file format that’s easy to read due to obvious semantics. TOML is designed to map unambiguously to a hash table. TOML should be easy to parse into data structures in a wide variety of languages.