Monu Tools

Μετατροπέας JSON σε TOML

Μετατρέψτε JSON σε TOML και TOML πίσω σε JSON, και προς τις δύο κατευθύνσεις, εξ ολοκλήρου στο πρόγραμμα περιήγησής σας.

Πώς να χρησιμοποιήσετε το JSON / TOML

  1. 01

    Επιλέξτε κατεύθυνση: JSON σε TOML ή TOML σε JSON.

  2. 02

    Επικολλήστε το JSON ή το TOML σας.

  3. 03

    Αντιγράψτε το αποτέλεσμα, ή κάντε εναλλαγή για να μετατρέψετε πίσω.

A two-way JSON and TOML converter

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.

What TOML is for

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: similar data, different jobs

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.

The one thing to watch: null values

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.

Συχνές ερωτήσεις

Τι είναι το TOML;

Το TOML είναι μια ελάχιστη μορφή ρυθμίσεων σχεδιασμένη να είναι εύκολα αναγνώσιμη, που χρησιμοποιείται από εργαλεία όπως το Cargo και πολλά έργα Python στο pyproject.toml.

Μπορούν όλα να μετατραπούν καθαρά;

Τα περισσότερα δεδομένα ναι. Το TOML δεν έχει null, οπότε οι τιμές null του JSON δεν μπορούν να αναπαρασταθούν. Αφαιρέστε ή αντικαταστήστε τες πριν τη μετατροπή.

Ανεβαίνουν τα δεδομένα μου κάπου;

Όχι. Η μετατροπή εκτελείται εξ ολοκλήρου στο πρόγραμμα περιήγησής σας, οπότε τα δεδομένα σας δεν φεύγουν ποτέ από τη συσκευή σας.

Πηγές

Ενσωματώστε αυτό το εργαλείο

Προσθέστε αυτό το εργαλείο στον δικό σας ιστότοπο. Αντιγράψτε το παρακάτω απόσπασμα, ενημερώνεται αυτόματα.

<iframe src="https://monu.tools/embed/el/json-toml-converter" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>

Σχετικά εργαλεία