Use Cases
Real-world workflows, ready-to-run examples, and direct links to the right tool.
Convert JSON to CSV for Excel
Turn JSON arrays into Excel-ready CSV with headers. Fast, privacy-first conversion in your browser.
Compare Two Email Lists
Find overlaps, unique contacts, and duplicates between two email lists in seconds.
Convert cURL to Fetch
Turn cURL commands into browser-ready fetch code for JavaScript apps.
Format JSON for API Logs
Pretty-print and validate JSON logs for faster debugging and reviews.
Convert JSON to YAML for Kubernetes
Convert JSON manifests to YAML for Kubernetes, Helm, and DevOps workflows.
Fix Base64 Encoding Errors
Decode, re-encode, and troubleshoot Base64 strings quickly and safely.
Diff Two Text Files
Compare two text files and highlight line-by-line differences.
Format SQL for Code Review
Format SQL queries with readable indentation for reviews and debugging.
Parse URL Query Parameters
Break down URLs into host, path, and query parameters for debugging and QA.
URL Encode Query Strings
Encode and decode query strings safely for tracking links and APIs.
Decode a JWT Token
Inspect JWT headers, payload claims, and expiry dates instantly. Debug auth flows without exposing tokens to external servers.
Verify a JWT Signature
Sign and verify JWTs with HS256/RS256/ES256 and test PKCE OAuth flows — all in your browser.
Decode an X.509 Certificate
Inspect TLS certificate subject, issuer, SANs, and expiry dates. Decode CSRs before submission. Split PEM bundles.
Sanitise a HAR File Before Sharing
Redact auth headers, cookies, and API keys from Chrome or Firefox HAR exports before sharing with support teams.
Build SQL JOIN Queries Visually
Generate FROM and JOIN boilerplate visually. Select tables, join types, and ON conditions without memorising syntax.
Generate a SQL IN Clause from a List
Paste IDs or values from Excel or CSV and get a quoted SQL IN (...) clause. Supports chunking, deduplication, and NOT IN.
Validate JSON Against a Schema
Check API payloads against a JSON Schema and get precise error paths. Auto-generate a schema from sample JSON.
Infer a Schema from JSON
Paste any JSON payload and instantly infer its structure — property names, types, optional fields, and nested arrays.
Test JSONPath Expressions Online
Extract specific fields from large JSON responses using JSONPath. Test filters, wildcards, and recursive descent without writing code.
Apply JSON Patch Operations
Build and apply RFC 6902 JSON Patch operations — add, remove, replace, move, copy, and test — against any JSON document.
Generate a Cron Expression
Build cron expressions using a visual scheduler and instantly preview the next run times.
Understand a Cron Expression
Paste a cron expression you inherited and get a plain-English explanation along with the next 10 scheduled run times.
Convert .env to JSON
Instantly convert .env files to JSON objects and back. Mask secret values before sharing with teammates.
Parse and Build HTTP Headers
Paste raw HTTP headers from browser DevTools, inspect them in a grid, detect duplicates, and export as JSON.
Generate UUIDs Online
Generate bulk UUID v4 values for test data, database seeds, and fixture files. Choose uppercase, lowercase, or hyphen-free formats.