I found myself opening 4–5 different websites every day for basic tasks like formatting JSON, decoding JWTs, comparing JSON responses, and converting YAML.
Eventually I decided to build a single place for all of it.
The result is JSONSift — a free browser-based toolkit for developers.
Features include:
- JSON Formatter & Validator
- JWT Decoder & Encoder
- JSON Diff
- YAML ↔ JSON Converter
- Base64 Encoder/Decoder
- XML Formatter & Validator
- JSON to CSV Converter
- JSON to TypeScript Generator
- Unix Timestamp Converter
- URL Encoder/Decoder
More utilities on the way
Everything runs locally in your browser, so your data never leaves your machine.
If you'd like to check it out:
Feedback is welcome.

Top comments (0)