All DevConvert tools

All 25 DevConvert tools, grouped by what they do. Converters, code generators, encoders, hashes, timestamps and text tools, all running in your browser.

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.

Code Generators

Turn a JSON sample into TypeScript interfaces, Zod schemas, Python dataclasses, Go structs, SQL tables or JSON Schema.

Encoding, Hashing and Tokens

Base64 and URL encoding, SHA-256 and MD5 hashes, JWT inspection and cURL translation.

  • JWT Decoder — Decode a JSON Web Token header and payload locally. Signatures are not verified.
  • Base64 Encode / Decode — Encode and decode Base64 and Base64URL with correct UTF-8 handling.
  • URL Encode / Decode — Percent-encode or decode text, or break a full URL into its parts.
  • cURL → code — Translate a cURL command into fetch, axios or Python requests code.
  • Hash Generator — Compute SHA-256, SHA-384, SHA-512, SHA-1 and MD5 digests of text or a file.

Timestamps and Identifiers

Convert Unix timestamps between seconds, milliseconds and ISO 8601, and generate UUIDs and ULIDs.

Text Tools

Convert identifier casing, test regular expressions and compare two pieces of text or JSON.

  • Case Converter — Convert text between camelCase, snake_case, kebab-case and six more styles.
  • Regex Tester — Test a regular expression against text with highlighted matches and capture groups.
  • Diff Checker — Compare two texts or two JSON documents line by line or word by word.

Categories

DevConvert home