Data Format Converter
Convert between JSON, YAML, XML, CSV, and TOML
| From \ To | JSON | YAML | XML | CSV | TSV | TOML | Properties | Query String | INI |
|---|---|---|---|---|---|---|---|---|---|
| JSON | — | ||||||||
| YAML | — | ||||||||
| XML | — | ||||||||
| CSV | — | ||||||||
| TSV | — | ||||||||
| TOML | — | ||||||||
| Properties | — | ||||||||
| Query String | — | ||||||||
| INI | — |
JSON (JavaScript Object Notation)
Lightweight data interchange format, widely used in web APIs and configuration files.
YAML (YAML Ain't Markup Language)
Human-friendly data serialization format, popular for configuration and DevOps tooling.
XML (Extensible Markup Language)
Markup language for structured data, used extensively in enterprise systems and document formats.
CSV (Comma-Separated Values)
Simple tabular data format, universally supported by spreadsheet applications and databases.
TSV (Tab-Separated Values)
Tab-delimited tabular format, useful when data contains commas.
TOML (Tom's Obvious, Minimal Language)
Minimal configuration file format designed to be easy to read and map to a hash table.
Java Properties
Simple key-value format used primarily in Java applications for configuration.
URL Query String
URL-encoded key-value pairs used in HTTP requests and browser URLs.
INI (Initialization File)
Simple configuration format with sections and key-value pairs, common in Windows and PHP.
More tools like Data Format Converter
View allJSON Linter
LintersValidate, format, and minify JSON with tree view
YAML Linter
LintersValidate and format YAML with multi-document and anchor support
CSV Validator
LintersValidate CSV files with auto-detect delimiter and table preview
Unit Converter
ConvertersConvert between length, weight, temperature, and more