An open API service indexing awesome lists of open source software.

https://github.com/chrispeterjeyaraj/jsonvoir

A chrome extension to beautify and format JSON with additional features to work on the JSON
https://github.com/chrispeterjeyaraj/jsonvoir

browser-extension chrome chrome-extension highlighter javascript json json-viewer jsonp

Last synced: about 1 month ago
JSON representation

A chrome extension to beautify and format JSON with additional features to work on the JSON

Awesome Lists containing this project

README

          

# JSONVOIR

### A Chrome Extension for formating and prettifying JSON automatically in the browser

[![ESLint](https://github.com/chrispeterjeyaraj/jsonvoir/actions/workflows/eslint.yml/badge.svg)](https://github.com/chrispeterjeyaraj/jsonvoir/actions/workflows/eslint.yml)

## Features:
* Dark and light Mode
* Syntax Highlighting
* Multi keyword Search (search by Key name or by Value)
* Works Offline
* Works with any JSON Webpage
* Automatically Linkify Links
* Formats JSON automatically
* `Raw`, `Formatted Raw` and `Parsed` Mode
* Remembers Theme Preferences
* Shortcut Keys
* Collapsible Toolbar

## Installation

**Method 1** - Install It locally
* clone/download this repo,
* open Chrome and go to chrome://chrome/extensions/,
* enable "Developer mode",
* click "Load unpacked extension",
* select the extension folder in this repo.

### License:

[MIT Licence](LICENSE)