02—Converters
Converters (21 available)
Convert both ways between two data formats, or between type definitions in two languages.
JSON to YAML Converter
Convert JSON to YAML while preserving the nesting
YAML to JSON Converter
Convert YAML to JSON, multi-document files included
JSON to CSV Converter
Convert a JSON array of objects to CSV, with nested fields flattened automatically
CSV to JSON Converter
Convert CSV to JSON with automatic header and delimiter handling
JSON to TypeScript
Infer TypeScript type definitions from JSON
JSON to Go Struct
Convert JSON to Go structs with json tags filled in
JSON to Python Dataclass
Convert JSON to Python dataclasses or Pydantic models
JSON to Java POJO
Convert JSON to Java classes, with optional Lombok annotations
JSON to XML Converter
Convert JSON to XML with a custom root element name
XML to JSON Converter
Convert XML to JSON without losing attributes or text nodes
JSON to TOML Converter
Convert between JSON and TOML in both directions
Markdown to HTML
Convert Markdown to clean, semantic HTML
HTML to Markdown
Convert HTML to Markdown, with tables emitted as GFM pipe syntax
HTML to JSX
Convert HTML to JSX, rewriting attributes and inline styles
cURL to Code Converter
Turn a cURL command into request code in 7 languages
CSS to Tailwind
Map CSS declarations onto Tailwind utility classes
SVG to React Component
Convert SVG into a React component with props forwarded
Excel to JSON Converter
Convert an Excel spreadsheet to JSON without uploading the file
SQL to JSON
Convert a database client result table to JSON
JSON to SQL Insert
Convert a JSON array into INSERT statements
Line Ending Converter
Normalize line endings by converting between CRLF, LF, and CR