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 FormatterCleaning pasted YAML config before adding it to docs or 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

How these Developer tools fit together

ToolBest forNext step
JSON FormatterPretty-printing JSON responses, config snippets, and copied payloads.JSON Schema, TypeScript Types
YAML FormatterCleaning pasted YAML config before adding it to docs or 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 GeneratorCreating 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 FormatterMaking pasted SQL easier to read before review.JSON, YAML
Text Diff CheckerComparing two versions of copied text.SQL, JSON

Developer guides

How to Make a Markdown Table for a GitHub README

Create a Markdown table for a GitHub README, align columns, escape pipe characters, and convert CSV or TSV with Tidy Utils.

Guide

JSON vs SQL Formatting: What Formatters Do and Do Not Validate

Compare JSON and SQL formatting, see what each formatter checks, and learn when syntax, schema, dialect, or database validation still matters.

Guide

JSON Format vs Minify

Understand when to format JSON for readability, when to minify it, and when to compare output with a text diff.

Guide

Generate a JSON Schema From Example JSON

Learn what a JSON Schema generator can infer from example JSON, what it cannot know, and how to review the schema before use.

Guide

Generate a TypeScript Interface From JSON

Turn JSON examples into TypeScript interfaces, understand optional fields, and review inferred unions before using generated code.

Guide

XML Formatting vs XML Validation

Understand the difference between pretty-printing XML, checking well-formed XML, and validating against an XML schema.

Guide

UUID v4 vs UUID v7

Compare UUID v4 and UUID v7, learn when random UUIDs are enough, and understand what Tidy Utils generates today.

Guide

Unix Timestamp Seconds vs Milliseconds

Learn how to tell Unix timestamp seconds from milliseconds, convert both safely, and avoid common timezone mistakes.

Guide

URL Parts and Query Parameters Explained

Break down protocol, host, path, query parameters, fragments, encoding, and UTM values before debugging or sharing a URL.

Guide

Robots.txt Allow and Disallow Rules Explained

Learn how robots.txt user-agent groups, Allow and Disallow paths, and most-specific matching work before testing crawler access.

Guide