Backend Toolkit
Payload wrangling for API work: JSON formatting, validation, conversion and text transformation.
45 tools
Prompt Diff & Compare
AI & LLM
Compare two prompt versions word by word with a token delta.
LLM Output Diff
AI & LLM
Compare two model responses to measure drift between runs or models.
API Breaking Change Detector
API & HTTP
Diff two OpenAPI specs and flag breaking changes.
JSON Formatter
JSON
Pretty-print and beautify JSON with custom indentation.
JSON Validator
JSON
Validate JSON syntax and see detailed error diagnostics.
JSON Minifier
JSON
Compress JSON by removing whitespace and show bytes saved.
JSON Compare
JSON
Diff two JSON documents and list added, removed, and changed paths.
JSON Viewer
JSON
Explore JSON as a collapsible, color-coded tree.
JSON to XML
JSON
Convert JSON into well-formed, indented XML.
JSON to YAML
JSON
Convert JSON documents to clean, readable YAML.
JSON to CSV
JSON
Flatten a JSON array of objects into a CSV spreadsheet.
JSON String Escape
JSON
Escape special characters for use inside a JSON string.
JSON String Unescape
JSON
Reverse JSON string escaping back to readable text.
JSON Path Finder
JSON
Explore JSON paths and evaluate simple JSONPath queries.
JSON Schema Generator
JSON
Infer a JSON Schema from a sample JSON document.
JSON Repair / Auto-fixer
JSON
Auto-fix broken JSON: quotes, trailing commas, comments, and more.
JSON Key Sorter
JSON
Sort JSON object keys alphabetically, naturally, or by array field.
JSON Merger
JSON
Merge two or more JSON documents with shallow/deep strategies.
OpenAPI / Swagger Validator
API & HTTP
Validate OpenAPI 3.x / Swagger 2.0 documents in JSON or YAML.
JSON Schema Validator
JSON
Validate JSON data against a JSON Schema (Draft-07) in your browser.
Diff Checker
Text & String
Compare two texts line-by-line with an LCS diff.
Text to Columns
Text & String
Split delimited text into aligned columns and re-join it.
List Comparator
Text & String
Compare two lists and see common, A-only and B-only items.
XML Sitemap Generator
SEO
Generate an XML sitemap from a list of URLs.
Csv To Json
Converters
Convert between CSV and JSON with delimiter and header options.
Yaml Json Converter
Converters
Convert YAML to JSON and JSON to YAML.
Xml Json Converter
Converters
Convert XML to JSON and JSON to XML using the browser's DOMParser.
Csv To Markdown Table
Converters
Convert CSV into a Markdown or HTML table with alignment options.
CSV to XML
Converters
Convert CSV data into well-formed XML with custom tag names.
CSV to SQL INSERT
Converters
Generate SQL INSERT statements from CSV data.
YAML Formatter
Converters
Beautify and normalize YAML with a hand-written parser.
XML Formatter & Validator
Converters
Beautify XML and validate well-formedness using DOMParser.
CSV Viewer & Editor
Converters
Open a CSV as a sortable, searchable table and edit cells before exporting.
Android strings.xml ↔ JSON Converter
Converters
Convert Android string resources to JSON and back.
HTML Entity Encoder
Encoders & Crypto
Encode or decode HTML entities in text.
Duration Calculator
Date & Time
Calculate the difference between two dates, or add/subtract time.
HTTP Header Comparator
Network & IP
Diff two sets of HTTP headers, case-insensitively.
String Escaper
Dev Utilities
Escape and unescape strings for JSON, JS, HTML, XML, SQL, RegExp, and shell.
Code Diff Merger
Dev Utilities
Side-by-side line diff of two code snippets with stats.
YAML Validator
Dev Utilities
Validate YAML and preview it as JSON.
JSON Diff Viewer
Dev Utilities
Compare two JSON documents and see added, removed and changed keys.
Kubernetes YAML Validator
Dev Utilities
Validate Kubernetes manifests and catch risky container settings.
Docker Compose Validator
Dev Utilities
Check docker-compose.yml for errors, bad ports and risky settings.
GitHub Actions Workflow Validator
Dev Utilities
Validate a GitHub Actions workflow YAML and catch security and structure mistakes.
Docker Compose Generator
Dev Utilities
Build a valid docker-compose.yml from a simple service form.