Data Format Converters

Convert between JSON, YAML, TOML, CSV, TSV, XML and HTML tables in any direction, and format or validate JSON.

  • Convert any format — Pick an input format and an output format and convert between any pair.
  • JSON → YAML — Convert JSON to readable YAML with configurable indentation.
  • YAML → JSON — Parse YAML and emit pretty-printed JSON.
  • JSON → TOML — Convert a JSON object to TOML.
  • TOML → JSON — Parse TOML configuration into JSON.
  • JSON → CSV — Turn an array of objects into a CSV table.
  • CSV → JSON — Parse CSV or TSV into JSON, with delimiter detection and optional type coercion.
  • JSON Formatter — Pretty-print or minify JSON and validate it in one step.

Other categories

DevConvert home