Popular developer utilities
A compact directory of common formatting, parsing, generation and lookup tools developers search for while debugging APIs, config and copied data.
Format and Convert
Use the JSON formatter to format, minify, validate and inspect JSON.
JSONJSON Diff / JSON CompareCompare two JSON documents and inspect structural differences.
YAMLJSON to YAML / YAML to JSONConvert small config examples between JSON and YAML.
XMLXML Formatter / ValidatorFormat and validate XML, SOAP and SVG snippets.
XMLXML to JSON / JSON to XMLUseful when comparing legacy XML payloads with JSON-oriented clients.
CodeSQL FormatterFormat copied SQL snippets for support tickets.
CodeHTML, CSS and JavaScript FormatterFormat common code snippets for debugging.
Parse and Decode
Encode and decode URL components and query values.
URLURL Parser / Query String Parser / URL BuilderBreak a URL into scheme, host, path, query parameters and fragments.
Base64Base64 Encoder / DecoderEncode and decode Base64 strings locally.
ImagesBase64 Image DecoderInspect image Data URLs and MIME hints before embedding assets.
JWTJWT Decoder / Validator / GeneratorDecode JWT payloads and separate decoding from signature verification.
BrowserUser-Agent ParserParse browser, OS and device hints from user-agent strings.
Generate and Validate
Generate UUIDs and validate UUID/GUID format.
SecurityPassword GeneratorCreate random passwords for test data and local development.
CryptoHash GeneratorGenerate SHA digests for checksums and debugging.
CodesQR Code GeneratorCreate QR codes for URLs, test payloads and local device testing.
CodesBarcode GeneratorGenerate simple barcode test values for labels and forms.
TextLorem Ipsum GeneratorGenerate placeholder text for layouts and test fixtures.
Lookup and Preview
Look up common content types and file extension behavior.
ReferenceHTTP Status CodesReview HTTP status codes for API and browser debugging.
ReferenceASCII TableInspect ASCII control characters and decimal, hex and character forms.
MarkdownMarkdown Preview / EditorPreview Markdown copied from docs, issues and API examples.
TextDiff Checker / Text DiffCompare logs, snippets and configuration files.
TextRegex TesterTest JavaScript regular expressions against sample text.
Notes
This page groups popular search terms and routes existing capabilities to the right tool. high-risk tools such as JWT generation and password generation should always be used carefully and never with production secrets.