Category

Developer tools

Small formatting and data utilities for everyday development work.

Developer category paths

Use this category hub to move between the full catalog, sibling categories, priority tools, and supporting guides.

Related workflows

URLs, encoding, and campaign links

Parse URLs, encode values, decode text-safe formats, and build tagged campaign links.

Start here

ToolUse it whenPairs well with
JSON FormatterPretty-printing JSON responses, config snippets, and copied payloads.JSON Schema, TypeScript Types, YAML
YAML Formatter and ValidatorFormatting YAML mappings, lists, and multiline strings before adding them to source control.JSON, JSON Schema, XML
CSV to JSON ConverterTurning spreadsheet exports into JSON for docs, tests, and prototypes.JSON to CSV, JSON, JSON Schema
JSON to CSV ConverterConverting API response samples into spreadsheet-friendly CSV.CSV to JSON, JSON, JSON Schema

All Developer tools

JSON Formatter

Format, minify, and validate JSON in your browser.

DeveloperJSONDeveloper

YAML Formatter and Validator

Format and validate YAML 1.2 with line and column errors, multi-document support, and local browser processing.

DeveloperYAMLDeveloper

CSV to JSON Converter

Convert pasted CSV into JSON arrays or rows locally in your browser.

DeveloperCSVJSON

JSON to CSV Converter

Convert JSON arrays or flat objects into CSV locally in your browser.

DeveloperJSONCSV

JSON Schema Generator From JSON

Paste example JSON, infer nested types and required fields, and control additional properties locally in your browser.

DeveloperJSONSchema

TypeScript Type Generator

Generate TypeScript interfaces and types from pasted JSON examples locally in your browser.

DeveloperTypeScriptJSON

UUID Generator and Formatter

Generate UUID v4 batches or format existing UUIDs as lowercase, uppercase, braced GUIDs, compact IDs, or JSON arrays locally in your browser.

DeveloperUUIDDeveloper

Unix Timestamp Converter

Convert Unix timestamps to dates and readable dates back to epoch values in seconds and milliseconds.

DeveloperTimestampUnix Time

URL Parser

Parse a URL into protocol, host, path, query parameters, and fragment without fetching the page.

DeveloperURLQuery String

XML Formatter and Validator

Format XML, clean indentation, and check XML parse errors in your browser.

DeveloperXMLDeveloper

SQL Formatter and Minifier

Clean up, format, and minify SQL with dialect-aware parsing locally in your browser.

DeveloperSQLDeveloper

Text Diff Checker

Compare two text blocks and highlight added, removed, and unchanged text.

DeveloperDiffText

How these Developer tools fit together

ToolBest forNext step
JSON FormatterPretty-printing JSON responses, config snippets, and copied payloads.JSON Schema, TypeScript Types
YAML Formatter and ValidatorFormatting YAML mappings, lists, and multiline strings before adding them to source control.JSON, JSON Schema
CSV to JSON ConverterTurning spreadsheet exports into JSON for docs, tests, and prototypes.JSON to CSV, JSON
JSON to CSV ConverterConverting API response samples into spreadsheet-friendly CSV.CSV to JSON, JSON
JSON Schema Generator From JSONGenerating a first-pass JSON Schema from an example JSON object or array.JSON, TypeScript Types
TypeScript Type GeneratorDrafting TypeScript interfaces from API response samples.JSON, JSON Schema
UUID Generator and FormatterCreating quick test IDs for fixtures, mock data, and examples.JSON, JSON Schema
Unix Timestamp ConverterConverting Unix epoch values from logs, APIs, databases, and support tickets.JSON, TypeScript Types
URL ParserInspecting URL parts before debugging redirects, links, or campaign URLs.
XML Formatter and ValidatorPretty-printing XML snippets, feeds, config files, and API samples.YAML, JSON
SQL Formatter and MinifierTidying a long SELECT query with JOIN, WHERE, GROUP BY, or ORDER BY clauses.Text Diff, JSON
Text Diff CheckerComparing two versions of copied text.SQL, JSON

Developer guides