The Problem
As a developer, I often needed quick tools to inspect or convert JSON, XML, or Base64-encoded data. But most online tools had bloated interfaces, annoying ads, and required uploading files to third-party servers. Thatβs not always ideal β especially when working with sensitive information or debugging internal formats.
The Solution
I built JSONXMLKit β a set of fast, privacy-respecting tools that run entirely in your browser.
You can:
- π§Ύ Format JSON or XML with syntax highlighting and indentation
- π Search and extract paths using JSONPath or XPath
- 𧬠Encode or decode files to/from Base64, supporting images, PDFs, text files, and more
All tools are client-side β no data is uploaded or logged.
Use Cases
- Quickly debug a nested JSON response without installing anything
- Extract a specific XML tag using XPath
- Decode a Base64 string to verify payloads in JWTs or other APIs
- Format large JSONs from APIs and extract values for QA or analytics
Who Itβs For
- Developers & frontend engineers
- QA testers & technical analysts
- Students or educators working with structured data
Why Build Another Tool?
Because dev tools should be:
- Fast β
- Free β
- Focused β
- Privacy-friendly β
The goal isnβt to replace complex desktop tools, but to make everyday dev workflows faster β in one tab, with no signups.
Try It
Check it out at https://jsonxmlkit.com β and let me know what features you'd like to see next.
π§΅ Built with β€οΈ using vanilla JS and minimal UI for max speed. Feedback welcome!
Top comments (0)