Back to editor

TOML to JSON

Convert TOML to JSON and back.

TOMLJSON

FAQ

Does JSON → TOML work for any JSON value?

The top-level value must be a JSON object — TOML documents are always a table, so arrays or scalars at the root aren't valid TOML and will be rejected.