AI 产品解读JSON document validator and viewer for Chrome
Transforms raw JSON responses from APIs into readable, interactive, collapsible tree views with syntax highlighting, making it easier for developers to inspect and debug JSON data
1. Install extension from Chrome Web Store 2. Navigate to any URL returning JSON (API endpoint, JSON file) 3. Extension automatically detects JSON content and replaces raw text with formatted tree view 4. Click to expand/collapse JSON nodes 5. Right-click for context menu to copy JSON paths or values 6. Optionally customize CSS themes via extension options 7. Configure settings like max expansion depth, JSON prefix patterns, and BigInt support
Automatic JSON detection and formatting on any webpageCollapsible tree view with syntax highlightingJSON validation using JSONLint with error reportingJSONP support with automatic prefix removalContext menu for copying JSON paths and valuesCustomizable CSS themes for JSON display
- 目标用户
- Web developers / API developers / Backend developers / QA engineers / DevOps engineers / Technical users working with JSON APIs
- Privacy policy URL points to a different extension (SingleFile) rather than JSONVue - likely a configuration error in the store listing
付费分析未识别到付费功能
The extension has no payment processing, no premium tiers, no feature gating, and no subscription mechanisms. All features (JSON validation, collapsible tree view, custom CSS themes, context menu integration, JSONP support, BigInt support) are freely available to all users. The keyword matches for 'pro' are false positives from JavaScript generic terms (prototype, property, stopPropagation, etc.) and CSS class names (.cm-property). The 'license' match refers to CodeMirror's MIT license, not a paid license system.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension has no login functionality, no account system, and no authentication mechanisms. All keyword matches for 'account' and 'token' are false positives from the CodeMirror library (a third-party code editor component) - for example, 'account' appears only in comments like 'taking tabs into account' and 'token' refers to parsing tokens in CodeMirror's syntax highlighting system. The extension only uses chrome.storage.local for local settings persistence with no external service authentication required.
wrong sorting of numeric keys!
Excellent extensions. I tried JSONFormatter and JSONView. I chose the JSONView. The JSONFormatter has the following features that are not in JSONView: (a) [Show Original] button [NOT TRUE anymore. JSONView can view source now. But once you view source you can't switch back to json view ] , (b) When collapsed, there's a remark like "// 3items" right next to the collapsible header to tell you how many items are inside the collapsed. This would be very useful if you have complicated json data. I chose the JSONView for the following reasons: (1) If your json data contains html string, JSONView prettified it, too. But with JSONFormatter, you see a whole junk of text packed together; (2) With JSONView you can customized the style. I added a line "border:1px lightgray dotted" to the #collapsible, so all collapsible blocks have a light color border. I can't do that with JSONFormatter. Both are good but the features of JSONView are more critical to me. [update Sep.7.12] Two issues with JSONView: 1. JSONView seems to keep a copy of your json file in the browser window. If your json file is modified, JSONView keeps loading the old copy even you ask the browser to refresh. The only way to view the modified json is to close the window or tab (not the browser) and restart a new window for the new json; 2. Even though it is collapsible, it won't collapse a long string. If your json contains a long html doc as value, it fails to collapse it.
Handy
Muito bom, era exatamente o que estava buscando em um visualizador para JSON
Very useful! Good work Gildas!
Good~
It's not optimized for huge JSON files but it does an awsome job on regular JSON responses.
double post. maybe bug,please fix
Works really well. However I wish I could use it as an editor as well. I tried using copy and paste with Notepad++ and carried the line returns, but I wish it would have the tabs in place. Overall Goodwork!
This is super useful, thank you!