API debugging flow
Format a response, parse the request query, decode a JWT claim, then convert any epoch timestamps.
9 local tools
Format, convert, compare, inspect, and generate local developer artifacts for JSON, CSV, URLs, timestamps, IDs, hashes, and colors.
Format a response, parse the request query, decode a JWT claim, then convert any epoch timestamps.
Convert CSV to JSON, generate UUID or ULID identifiers, then export JSON back to CSV if needed.
Start with JSON Formatter, then use JSON Diff when you need path-level changes.
Use UUID for random IDs, ULID for sortable IDs, and Hash Generator for checksums.
JWT Decoder and Hash Generator are local inspection helpers, not security audits.
No. The listed tools run in the browser and do not upload inputs.
Use UUID v4 for random identifiers and ULID when sort order by creation time is useful.