Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gera2ld/json-formatter

A userscript to display JSON data beautifully.
https://github.com/gera2ld/json-formatter

Last synced: about 2 months ago
JSON representation

A userscript to display JSON data beautifully.

Awesome Lists containing this project

README

        

# JSON Formatter

This is a userscript for browsers to display JSON data beautifully.

## Features

1. Indented and syntax highlighted
1. Show details with a click
1. Support hiding quotes and commas
1. Allow forced prettification when content type is wrong
1. Support JSONP
1. Support folding complex objects
1. Discover links
1. Show colors

## Installation

First of all make sure a modern browser and the corresponding add-on are installed.

* Opera + Violentmonkey
* Maxthon + Violentmonkey
* Chrome + Violentmonkey / Tampermonkey
* Firefox + Violentmonkey / Tampermonkey / Greasemonkey

Then install the script from:

* Greasy Fork:

## Snapshots

JSON

JSONP

## Development

``` sh
$ yarn dev
```