Converters Tools
Convert between JSON, YAML, XML, CSV, TOML, INI, Zod, Go struct.
48 tools · all run in your browser
JSON to XML
Convert JSON data to XML format
JSON to CSV
Convert JSON array to CSV format
JSON to YAML
Convert JSON to YAML format
JSON to TSV
Convert JSON array to Tab-Separated Values
JSON to String
Convert JSON to escaped string format
XML to JSON
Convert XML to JSON format
XML to CSV
Convert XML data to CSV format
XML to String
Convert XML to escaped string
XML to YAML
Convert XML to YAML format
RSS to JSON
Convert RSS/Atom feed to JSON format
YAML to JSON
Convert YAML to JSON format
YAML to XML
Convert YAML to XML format
YAML to CSV
Convert YAML array to CSV format
CSV to JSON
Convert CSV data to JSON format
CSV to XML
Convert CSV data to XML format
CSV to YAML
Convert CSV data to YAML format
CSV to HTML
Convert CSV data to HTML table
String to JSON
Parse stringified JSON back to formatted JSON
String to XML
Parse stringified XML back to formatted XML
BSON ↔ JSON
Convert between BSON hex and JSON
INI ↔ JSON
Convert between INI config files and JSON
HCL (Terraform) ↔ JSON
Convert between HCL/Terraform config and JSON
EDN ↔ JSON
Convert between Clojure EDN and JSON formats
JSON → Go Struct
Convert JSON to Go struct definitions with json tags
YAML → .env
Flatten a YAML file to KEY=value lines
.env → YAML
Group dotted KEY_NAME pairs back into a YAML tree
JSON → Zod Schema
Derive a runtime-validatable Zod schema from a JSON sample
JSON → .env
Flatten a JSON object into UPPER_SNAKE KEY=value lines
.env → JSON
Parse KEY=value lines (with quotes + comments) into a JSON object
JSON → TypeScript Types
Infer TypeScript interfaces from JSON with deep nesting + optionals
JSON → Python Dict
Convert JSON to a valid Python dict literal (True/False/None)
JSON → PHP Array
Convert JSON to a PHP 5.4+ short-syntax associative array
JSON → Ruby Hash
Convert JSON to a Ruby hash with symbol or string keys
JSON → Java Class
Generate a POJO Java class with getters/setters from a JSON sample
JSON → Swift Struct
Generate a Codable Swift struct from a JSON sample
JSON → Kotlin Class
Generate a Kotlin data class from a JSON sample
JSON → Rust Struct
Generate a serde-compatible Rust struct from a JSON sample
JSON → C# Class
Generate a C# class with properties + nullables from JSON
JSON → Dart Class
Generate a Dart class with fromJson/toJson from a JSON sample
JSON Schema → TypeScript
Convert a JSON Schema draft-07 document into TypeScript types
JSON → MongoDB Query
Convert flat key-value JSON into a MongoDB find() query object
JSON → Query String
Serialize a flat JSON object into a URL query string
Excel ↔ CSV
Convert between Excel format and CSV with format preservation
Markdown → HTML
Convert Markdown text to HTML with full formatting support
LaTeX → HTML
Convert LaTeX markup to HTML with basic formatting
AsciiDoc → HTML
Convert AsciiDoc markup to HTML with structure preservation
reStructuredText → HTML
Convert reStructuredText markup to HTML format
Org-Mode → HTML
Convert Emacs Org-Mode markup to HTML