Description from extension meta
Select JSON text on any website to instantly view a clean, parsed version in a floating popup.
Image from store
Description from store
Ever come across some hard-to-read JSON while browsing? JSONEasy helps you understand it better by showing it in a clean, readable format right on the page.
What it does:
* Shows JSON in a neat, organized way when you select text
* Works right where you are - no need to copy/paste to other websites
* Handles both clean and messy JSON text including
- JSON objects
- JSON strings (stringified JSON)
- Javascript objects
- JSON5 objects, which allow unquoted keys, trailing commas, comments, and more
- JSON array/object fragments i.e. arrays or objects without brackets
* Includes a copy button to save the formatted version
How to use it:
1. Select any JSON text on a webpage
2. Click the orange button that appears, or right-click and select "View formatted JSON"
3. See your JSON displayed in a readable format
4. Copy the formatted version if needed
Helpful for:
* Looking at API responses
* Reading data exports
* Making sense of minified JSON
* Learning how JSON data is structured
Simple, useful, and works anywhere you browse. Perfect for both developers and non-technical users who occasionally need to read JSON data.
Check out the source code at https://github.com/khoadl-dev/jsoneasy