Converters
Transform between formats
Converters move data between the formats you actually hit: JSON to TypeScript, Go, C#, Kotlin, and Rust type definitions; CSV, XML, YAML, and TOML in both directions; HTML to JSX or Markdown. Conversion happens in your browser tab, which matters because spreadsheet exports and API responses usually contain data you should not be pasting into a stranger's server.
Generate TypeScript interfaces from JSON.
Generate Go structs from JSON.
Generate C# classes from JSON.
Generate Kotlin data classes from JSON.
Generate Rust structs with Serde from JSON.
Convert XML documents to JSON.
Convert JSON to XML documents.
Convert CSV data to JSON.
Convert JSON arrays to CSV.
Convert between YAML and JSON.
Convert TOML to JSON.
Convert HTML to JSX for React.
Convert SVG to a React component.
Convert HTML to Markdown.
Convert Markdown to HTML.
Convert HEX, RGB, HSL, HSV, CMYK.
Convert binary, octal, decimal, hex.
Decode Base64 strings to images.