Formatierer & Code
TOML ⇄ JSON Konverter
Convert between TOML and JSON — both directions.
Anmerkung der Redaktion
Understanding · The config language that wanted to be obvious.
Dieses ausführliche Kapitel ist derzeit nur auf Englisch verfügbar. Das Konvertierungstool oben funktioniert in Ihrer Sprache; der lange Erklärtext wurde noch nicht übersetzt.
Häufig gestellte Fragen
Quick answers.
›Does TOML support all JSON data types?
Yes. TOML supports strings, integers, floats, booleans, and arrays, which map directly to JSON types. Note that TOML also has a native Datetime type that JSON does not, which usually converts to an ISO 8601 string.
›Is my configuration data secure?
Yes. The conversion logic runs entirely within your browser's memory using JavaScript. No data is sent to a server or stored externally.
›Why use TOML instead of JSON for config files?
TOML is designed to be easier for humans to read and write. It allows comments, supports multi-line strings, and relies on a less syntax-heavy structure than JSON's braces and quotes.
›Does the converter handle nested tables?
Yes. Nested TOML tables and arrays of tables are correctly converted into nested JSON objects and arrays.
Andere suchten auch nach
Verwandte Tools
More in this room.
- JSON zu XML KonverterJSON in sauberes, wohlgeformtes XML umwandeln.
- CSV zu JSON KonverterTabellen sofort in JSON-Arrays umwandeln.
- YAML zu JSON KonverterYAML zu JSON umwandeln — sofort, nur im Browser.
- JSON zu Excel KonverterJSON-Arrays in Excel-Tabellen umwandeln.
- INI ⇄ JSON KonverterINI Konfigurationsdateien in JSON und zurück konvertieren.
- SQL → NoSQL Schema KonverterEine CREATE TABLE in eine JSON-Dokumentform umwandeln.