Skip to content
/ json-v Public

A lightweight browser extension that beautifies and enhances raw JSON pages. It turns plain JSON into an interactive, readable tree with folding, dark mode support, and one-click copy.

License

Notifications You must be signed in to change notification settings

qzda/json-v

Repository files navigation

JSON V

A lightweight browser extension that beautifies and enhances raw JSON pages. It turns plain JSON into an interactive, readable tree with folding, dark mode support, and one-click copy.

✨ Features

  • 🌳 Tree View: Automatically renders JSON as a structured, readable tree.
  • Auto Apply: Activates automatically on JSON files and API responses.
  • 📂 Collapse / Expand: Fold or expand any node to navigate large JSON easily.
  • 📋 One-Click Copy: Copy any node’s value or object instantly.
  • 🌙 Dark Mode Support: Automatically adapts to system dark mode for comfortable viewing.
  • 🎨 Clean UI: Clear indentation and syntax highlighting for better readability.

📷 Screenshots

🔧 Installation

Chrome / Edge

  1. Download and extract the json-v-x.x.x-chrome.zip package from GitHub Releases.
  2. Open chrome://extensions/.
  3. Enable Developer mode (top right).
  4. Click Load unpacked and select the extracted folder.

Firefox (developing...)

🖥️ How to Use

  1. Open any JSON page (e.g. an API response).
  2. JSON is automatically rendered as an interactive tree.
  3. Click [+ / −] to expand or collapse nodes.
  4. Click values or the copy button to copy content.
  5. Primitive values support direct click-to-copy.

📜 Permissions

  • Runs only on JSON pages you open.
  • Does not collect, store, or upload any personal data.
  • Fully local and privacy-friendly.

About

A lightweight browser extension that beautifies and enhances raw JSON pages. It turns plain JSON into an interactive, readable tree with folding, dark mode support, and one-click copy.

Resources

License

Stars

Watchers

Forks