Monu Tools

JSON CSV dönüştürücü

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.

JSON ⇄ CSV nasıl kullanılır

  1. 01

    Yönü seçin: JSON'dan CSV'ye veya CSV'den JSON'a.

  2. 02

    Verilerinizi yapıştırın ve ayırıcıyı seçin (virgül, noktalı virgül veya sekme).

  3. 03

    Dönüştürülen sonucu çıktı panelinden kopyalayın.

What it does

This converter turns a JSON array of objects into CSV and parses CSV back into JSON, in both directions. Pick the direction, paste your data, choose the delimiter, and copy the result.

It is handy for moving data between spreadsheets, APIs and config files, and the whole conversion is client-side, so your data stays private.

The JSON shape it expects

It expects JSON as an array of objects, like [{"name":"Mo","age":3}]. The CSV columns are the union of all the keys across the objects, a single object becomes one row, and any nested value is written as JSON text inside its cell.

Quoting and delimiters

It follows the standard CSV quoting rules, so a value that contains the delimiter, a quote or a line break is wrapped in quotes and escaped correctly, and the CSV parser reads those values back without losing data.

You can choose comma, semicolon or tab as the delimiter. Comma is the default and most common; semicolon suits regions where the comma is the decimal separator and spreadsheets expect it; tab produces TSV.

Type inference on the way back

When reading CSV back into JSON, it infers types sensibly: plain numbers and true/false become real JSON values, while a value with a leading zero such as 007 stays as text so identifiers and codes are not mangled.

Sıkça sorulan sorular

Hangi JSON biçimini bekler?

[{"name":"Mo","age":3}] gibi bir nesne dizisi. Sütunlar tüm anahtarların birleşimidir. Tek bir nesne tek bir satır olur ve iç içe değerler hücre içinde JSON olarak yazılır.

Değerlerin içindeki virgülleri ve tırnakları işler mi?

Evet. Ayırıcıyı, tırnakları veya satır sonlarını içeren alanlar CSV standardını izleyerek tırnak içine alınır ve kaçış karakteriyle yazılır ve CSV ayrıştırıcı bunları doğru şekilde geri okur.

Sayılar ve mantıksal değerler dönüştürülür mü?

CSV okurken, sade sayılar ve true/false gerçek JSON değerleri olur, başında sıfır olan değerler (007 gibi) ise tanımlayıcıların bozulmaması için metin olarak kalır.

Verilerim yükleniyor mu?

Hayır. Dönüştürme tamamen tarayıcınızda çalışır; yapıştırdığınız hiçbir şey cihazınızdan ayrılmaz.

Kaynaklar

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-csv-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