dshubhadeep / json-formatter

Makes JSON/JSONP easy to read.

Home Page:https://chrome.google.com/webstore/detail/json-formatter/mhimpmpmffogbmmkmajibklelopddmjf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON Formatter

Browser extension for printing JSON and JSONP nicely when you visit it 'directly' in a browser tab.

Features

  • JSONP support
  • Fast, even on long pages
  • Works on any valid JSON page – URL doesn't matter
  • Syntax highlighting with 36 light and dark themes
  • Collapsible trees, with indent guides
  • Line numbers
  • Clickable URLs
  • Buttons for switching between raw and parsed JSON
  • Parsed JSON is exported as a global variable, json, so you can inspect it in the console

A background worker is used to prevent the UI freezing when processing very long JSON pages.

Installation

Option 1 – Install it from the Chrome Web Store or Windows Store.

Option 2 – Install it from source:

  1. Clone/download this repo
  2. Install dependencies using NPM or Yarn.
  3. Build the extension: npm run build:dist or gulp build:dist
  4. Side-load the extension in your browser as per below

Chrome

  1. Open Chrome and go to chrome://chrome/extensions/
  2. Enable "Developer mode"
  3. Click "Load unpacked extension"
  4. Select the build folder created in step 3

Edge

  1. Open Edge and go to about:flags
  2. Enable the option "Enable extension developer features" and restart the browser
  3. Click on the ellipsis (...) menu, click "Extensions", and click "Load extension"
  4. Select the build folder created in step 3

Some URLs to try it on:

About

Makes JSON/JSONP easy to read.

https://chrome.google.com/webstore/detail/json-formatter/mhimpmpmffogbmmkmajibklelopddmjf

License:MIT License


Languages

Language:JavaScript 57.6%Language:CSS 42.4%