Featured Product
Convert Tools
cURL to Axios
Convert curl commands to Axios code instantly. Supports async/await, promise chains, and config-only output. Handles headers, JSON bodies, form data, basic auth, cookies, and redirects.
cURL to Fetch
Convert curl commands to JavaScript fetch() code instantly. Supports async/await, promise chains, and bare fetch. Handles headers, JSON bodies, FormData, basic auth, and cookies.
cURL to Java
Convert curl commands to Java code instantly. Supports Java 11+ HttpClient (java.net.http), OkHttp, and Apache HttpClient 5. Handles headers, JSON bodies, form data, basic auth, cookies, and TLS options.
cURL to PHP
Convert curl commands to PHP code instantly. Supports PHP cURL extension, Guzzle HTTP client, and file_get_contents. Handles headers, JSON bodies, form data, basic auth, cookies, and TLS options.
cURL to Python Requests
Convert curl commands to Python code instantly. Supports requests, httpx (sync & async), and urllib. Handles headers, JSON bodies, form data, basic auth, cookies, and TLS options.
ENV to JSON
Convert .env files to JSON instantly in your browser. Handles comments, quoted values, duplicate keys, invalid lines, and optional smart type coercion.
HTML to JSX Converter
Convert HTML to JSX online for free. Automatically transforms class to className, for to htmlFor, inline styles, self-closing tags, event handlers and camelCase attributes for React.
JSON Lines Converter
Convert JSON Lines and NDJSON to JSON arrays, pretty JSON, CSV, or parse reports directly in your browser.
JSON to C# Class
Convert JSON to C# classes instantly. Supports nested models, root arrays, nullable properties, DateTime detection, namespaces, and JSON serialization attributes.
JSON to Dart Class
Convert JSON to null-safe Dart classes instantly. Supports nested classes, root arrays, nullable types, int/double and DateTime detection, plus manual fromJson/toJson, json_serializable, and freezed for Flutter and Dart backends.
JSON to ENV
Convert JSON objects to .env files instantly. Supports quote modes, export prefixes, nested object serialization, arrays, and invalid key detection.
JSON to Go Struct
Convert JSON to Go struct definitions instantly. Supports nested objects, arrays, JSON tags, exported fields, and optional omitempty output.
JSON to Java Class
Convert JSON to Java classes instantly. Generate records, POJOs with getters and setters, or Lombok @Data classes with nested models, Integer/Long detection, java.time dates, and Jackson or Gson annotations.
JSON to Kotlin Data Class
Convert JSON to Kotlin data classes instantly. Supports nested classes, root arrays, nullable types, Int/Long detection, and kotlinx.serialization, Moshi, Jackson, and Gson annotations.
JSON to PHP Array
Convert JSON to PHP array code instantly. Supports short/long array syntax, single or double quotes, custom indentation, trailing commas, and nested structures.
JSON to Python Dataclass
Convert JSON to Python dataclasses instantly. Supports nested models, root arrays, Optional fields, list typing, and datetime detection.
JSON to Ruby Struct
Convert JSON to Ruby Structs instantly. Generates nested structs, arrays of structs, and a recursive from_h builder — with Struct (keyword_init), Data.define, or plain class output for Ruby and Rails.
JSON to Rust Struct
Convert JSON to serde-ready Rust structs instantly. Supports nested structs, root arrays, Option for nullable fields, Vec for arrays, i32/i64 detection, chrono dates, snake_case rename, and derive macros.
JSON to Swift Struct
Convert JSON to Swift Codable structs instantly. Supports nested structs, root arrays, optionals, CodingKeys, Hashable/Equatable conformance, Date detection, and public access for iOS and macOS.
JSON to TypeScript Interface
Convert JSON objects into TypeScript interface definitions instantly. Supports nested objects, arrays, and custom root interface names.
JSON to Zod Schema
Convert JSON into ready-to-paste Zod schemas instantly. Generates z.object, z.array, mixed-array unions, and optional inferred TypeScript types in your browser.
SVG to CSS Data URI
Convert SVG code or files into a CSS-ready data URI for use in background-image, mask-image, and content properties.
SVG to React Component
Convert SVG files to React components instantly. Transforms SVG attributes to JSX, supports TypeScript, handles camelCase conversion, className, and style objects.
TypeScript to JavaScript Converter
Convert TypeScript code to JavaScript instantly in your browser. Supports ES targets, module formats, and TypeScript-specific syntax.