MCPcopy Index your code
hub / github.com/bhollis/jsonview

github.com/bhollis/jsonview @v3.2.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v3.2.0 ↗ · + Follow
31 symbols 82 edges 13 files 6 documented · 19%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

JSONView

JSONView is a Web extension compatible with Firefox and Google Chrome that helps you view JSON documents in the browser.

Normally, when encountering a JSON document (content type application/json), Firefox simply prompts you to download the view. With the JSONView extension, JSON documents are shown in the browser similar to how XML documents are shown. The document is formatted, highlighted, and arrays and objects can be collapsed. Even if the JSON document contains errors, JSONView will still show the raw text.

Once you've got JSONView installed, check out this example JSON file to see the extension in action!

If you'd like to contribute to JSONView but don't want to code, consider contributing a translation. Copy the existing localization files from src/_locale and fill them in for your own language, then send a pull request. You can do it all from the GitHub interface. There are not many strings to translate!

Keyboard Shortcuts

  • Left Arrow - Collapses the json on key up
  • Right Arrow - Expands the json on key up

Reporting Issues

Use the GitHub Issue tracker for JSONView to file issues. Pull requests are especially welcome.

Developing JSONView

Before contributing to JSONView, make sure to read the Contributing Guidelines. I appreciate contributions people make to JSONView, but the goal of the extension is to be simple and straightforward, so I frequently reject contributions that add complexity or unnecessary features. Please consider filing an issue before doing any work, so you don't waste time on something I won't accept.

  • Install NodeJS and run corepack enable.
  • Check out jsonview.
  • Run pnpm i inside the jsonview repository.
  • Run pnpm start to build the extension.
  • In Firefox, go to about:debugging#addons in the address bar, check "Enable add-on debugging", select "Load Temporary Add-on", and choose the jsonview/build-firefox/manifest.json file.
  • In Chrome, Edge, etc., go to edge://extensions/, in the address bar, enable "Developer mode", select "Load Unpacked", and choose the jsonview/build-chrome folder.
  • Run pnpm tests to start a little webserver that serves all the JSON files in ./tests.

JSONView makes use of TypeScript. I recommend VSCode for editing the code - it will automatically prompt to install the correct extensions, and will highlight errors. All of the code that makes up the extension itself are in src/.

Common Issues

  • JSONView isn't displaying my file as JSON: You are probably not serving the JSON with the "application/json" MIME type.
  • Opening a local .json file uses the Firefox default JSON viewer: You need to disable the built-in JSON viewer to use JSONView. Go to "about:config" and set "devtools.jsonview.enabled" to "false".

JSONView is open source software under the MIT license.

Publishing

pnpm start

jsonview-chrome.zip and jsonview-firefox.zip can then be manually uploaded to the extension sites.

  • Chrome: https://chrome.google.com/webstore/devconsole/
  • Firefox: https://addons.mozilla.org/en-US/developers/addons
  • Edge: https://partner.microsoft.com/en-us/dashboard/microsoftedge/overview

Core symbols most depended-on inside this repo

htmlEncode
called by 11
src/jsonformatter.ts
decorateWithSpan
called by 4
src/jsonformatter.ts
valueToHTML
called by 4
src/jsonformatter.ts
addIndent
called by 4
src/jsonformatter.ts
jsString
called by 3
src/jsonformatter.ts
isJSONContentType
called by 3
src/content-type.ts
errorPage
called by 2
src/jsonformatter.ts
toHTML
called by 2
src/jsonformatter.ts

Shape

Function 31

Languages

TypeScript100%

Modules by API surface

src/jsonformatter.ts15 symbols
src/background-common.ts5 symbols
src/safe-encode-numbers.ts3 symbols
src/collapse.ts3 symbols
data/default.js2 symbols
src/content-type.ts1 symbols
src/background-firefox.ts1 symbols
src/background-chrome.ts1 symbols

For agents

$ claude mcp add jsonview \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact