All collections

Developer tool collection

Data Formatting and Conversion Tools

Format and convert JSON, YAML, XML, CSV, SQL and other development data.

JSON

JSON Formatter and Minifier

Format, validate and beautify JSON instantly and minifier.

Open tool

Data

YAML Formatter & Validator and YAML ↔ JSON

Format, validate and convert YAML ↔ JSON documents locally.

Open tool

Data

XML Formatter & Validator

Format, validate and minify XML documents directly in your browser.

Open tool

Data

CSV ↔ JSON Converter

Convert CSV data to JSON or transform JSON arrays into CSV.

Open tool

Development

SQL Formatter

Format and minify SQL queries for multiple database dialects.

Open tool

Utilities

Timestamp Converter

Convert Unix timestamps into readable dates.

Open tool

Utilities

Byte Converter

Convert bytes between decimal and binary storage units.

Open tool

Development

Number Base Converter

Convert integers between binary, octal, decimal and hexadecimal.

Open tool

Development

Text Case Converter

Convert text between lowercase, uppercase, title case, camelCase, PascalCase, snake_case and other common formats.

Open tool

Development

Slug Generator

Generate clean, SEO-friendly URL slugs from text with customizable separators and normalization options.

Open tool

Development

Unicode Escape Encoder / Decoder

Encode text into Unicode escape sequences or decode escaped Unicode back into readable text.

Open tool

About this collection

This collection groups tools for transforming structured data into readable or compatible formats. It is useful when moving information between APIs, configuration files, spreadsheets, databases and documentation.

What you can do

  • Format JSON, YAML, XML and SQL.
  • Convert between CSV and JSON.
  • Convert YAML documents to and from JSON.
  • Translate Unix timestamps into readable dates.
  • Convert decimal and binary storage units.
  • Convert integers between binary, octal, decimal and hexadecimal.
  • Convert text between capitalization and identifier formats.
  • Generate clean SEO-friendly URL slugs from text.
  • Convert Unicode text and escape notation.

Frequently asked questions

Do formatters change the meaning of my data?

Formatting is intended to change presentation rather than meaning, but generated output should still be reviewed before production use.

Can comments be preserved?

Preservation depends on the format and operation. YAML and XML formatting can preserve comments, while conversion into JSON cannot represent comments.

Can I import files?

Several conversion tools support local file imports. Files are read by the browser rather than intentionally uploaded for server-side processing.