callumlocke/json-formatter

Makes JSON easy to read.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 7 minutes ago
Type:Plugin / ExtensionCategory(s):Browsers & ExtensionsWeb Development
Added to GitGenius on September 16th, 2026
Created on August 5th, 2012
Open Issues & Pull Requests: 0 (+0)
GitHub issues: Disabled - open counts may still include pull requests.
Number of forks: 957
Total Stargazers: 4,132 (+0)
Total Subscribers: 91 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

GitHub issues are disabled for this repository, so issue analytics and the issue explorer are not available.

Detailed Description

json-formatter is a browser extension that formats and displays JSON in a readable way.

The tool solves the problem of JSON being difficult to parse visually when displayed in raw form. It automatically detects JSON content in the browser and applies formatting, syntax highlighting, and structural organization to make the data legible. The extension works by intercepting JSON responses and rendering them with proper indentation, color coding, and collapsible sections for nested objects and arrays.

The extension suits developers who frequently work with APIs, debug JSON responses, or inspect data structures in the browser. It is particularly useful for those who spend time reading JSON in browser tabs rather than dedicated tools. Anyone working with REST APIs, webhooks, or web services that return JSON will find it reduces cognitive load when reviewing response payloads.

The project shows consistent maintenance with regular updates addressing user-reported issues and browser compatibility. Development activity demonstrates responsiveness to bug reports and feature requests from users. The codebase is actively refined to handle edge cases and improve the formatting logic for various JSON structures.