JSON'ı TOML'a ve TOML'ı JSON'a dönüştürün, her iki yönde de, tamamen tarayıcınızda.
JSON / TOML nasıl kullanılır
Bir yön seçin: JSON'dan TOML'a veya TOML'dan JSON'a.
JSON veya TOML'ınızı yapıştırın.
Sonucu kopyalayın veya geri dönüştürmek için değiştirin.
This is a two-way converter between JSON and TOML. Pick a direction, paste your data, and copy the result. It is built on a well-tested TOML parser that handles nested tables and arrays of tables correctly.
Everything runs locally in your browser, so your data, which for config files can include hostnames or tokens, never leaves your device.
TOML (Tom's Obvious, Minimal Language) is a configuration format designed to be obvious to read and to map cleanly onto a hash table. It is what Rust's Cargo uses for Cargo.toml and what Python projects use for pyproject.toml, among many others.
JSON and TOML describe similar data but suit different jobs. JSON is the lingua franca for APIs and machine exchange. TOML is built for human-written config, with sections, comments and first-class dates that make a settings file pleasant to edit.
TOML also supports native date and time values and typed numbers, so values keep their meaning rather than all becoming strings, which is part of why it is preferred for configuration.
Most data round-trips cleanly, but there is one catch. TOML has no null value. JSON nulls cannot be represented, so remove or replace them before converting to TOML, otherwise the conversion cannot express them.
Sıkça sorulan sorular
TOML, okunması kolay olacak şekilde tasarlanmış, Cargo ve birçok Python projesinde pyproject.toml'da kullanılan minimal bir yapılandırma biçimidir.
Çoğu veri dönüşür. TOML'da null yoktur, bu nedenle JSON null'ları temsil edilemez; dönüştürmeden önce bunları kaldırın veya değiştirin.
Hayır. Dönüştürme tamamen tarayıcınızda çalışır, bu nedenle verileriniz asla cihazınızdan ayrılmaz.
Bu aracı göm
Bu aracı kendi web sitenize ekleyin. Aşağıdaki kod parçacığını kopyalayın; otomatik olarak güncel kalır.
<iframe src="https://monu.tools/embed/tr/json-toml-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>İlgili araçlar
Geçersiz girişler için net hata mesajlarıyla JSON'u çevrimiçi biçimlendirin, güzelleştirin ve doğrulayın.
JSON'u tarayıcınızda küçültün ve doğrulayın ve kaç bayt kazandığınızı görün.
JSON'u CSV'ye ve CSV'yi tekrar JSON'a dönüştürün, her iki yönde. Ayırıcıyı seçin, tırnaklı alanları işleyin ve sonucu kopyalayın. Her şey tarayıcınızda çalışır.
YAML'ı JSON'a ve JSON'u tekrar YAML'a dönüştürün, her iki yönde. Dönüştürürken doğrular ve net hatalar gösterir. Her şey tarayıcınızda çalışır.