https://github.com/gera2ld/json-formatter.user.js
A userscript to display JSON data beautifully.
https://github.com/gera2ld/json-formatter.user.js
Last synced: over 1 year ago
JSON representation
A userscript to display JSON data beautifully.
- Host: GitHub
- URL: https://github.com/gera2ld/json-formatter.user.js
- Owner: gera2ld
- License: mit
- Created: 2015-07-05T08:19:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T04:38:09.000Z (over 1 year ago)
- Last Synced: 2025-04-05T18:54:09.351Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://greasyfork.org/scripts/10718
- Size: 233 KB
- Stars: 38
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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


## Development
``` sh
$ yarn dev
```