JSONVue JSONVue

Developer Tools
Version: 0.1.18
Last Update: 2022-08-12

Overview

JSONVue is a Chrome extension developed by gildas. According to the data from Chrome web store, current version of JSONVue is 0.1.18, updated on 2022-08-12.
1,000,000+ users have installed this extension. 2648 users have rated this extension with an average rating of .

Validate and view JSON documents

JSONView port for Chrome.

Original firefox extension is here: http://benhollis.net/software/jsonview/

Notes:
- JSON is validated using a client-side javascript implementation of JSONLint (http://github.com/zaach/jsonlint)
- this extension displays JSON text compliant with rfc 4627 (http://www.ietf.org/rfc/rfc4627.txt)
- The stylesheet used to display the JSON content can be customized
- JSONP (http://en.wikipedia.org/wiki/JSON#JSONP) is supported

Rating

2648 ratings

Total Installs

1,000,000+

Information

Last Update

2022-08-12

Current Version

0.1.18

Size

181KiB

Author

gildas

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar IC
2022-04-01

Removes quotes, copy-pasting results in invalid json. I didn't find an option to keep quotes

avatar Lindsay Frost
2022-01-27

Added extension with a click. Tried it on new openAlex interface with JSON response (e.g. https://api.openalex.org/authors/https://orcid.org/0000-0001-6187-6610 ) and it worked fine! My system has Chrome Version 97.0.4692.99 (Official Build) (64-bit)

avatar Олег Лысяков
2022-01-09

For dark theme try to set this CSS (Settings=Open style editor):

body
white-space: pre;
font-family: monospace;
background-color: #262626;
color: #dfdfdf;
margin-left: 10%;

::selection
color: white;
background: rgba(18, 112, 250, 0.6);


.property
font-weight: bold;


.type-null
color: #cccccc;


.type-boolean
color: #fa5555;


.type-number
color: #5599df;


.type-string
color: #66cb44;


.callback-function
color: gray;


.collapser:after
content: "-";


.collapsed .collapser:after
content: "+";


.ellipsis:after
content: " … ";


.collapsible
margin-left: 2em;


.hoverable
padding-top: 1px;
padding-bottom: 1px;
padding-left: 2px;
padding-right: 2px;
border-radius: 2px;

.hoverable a
color: #66cb44;


.hovered
background-color: rgba(235, 238, 249, 0.12);


.collapser
padding-right: 6px;
padding-left: 6px;


Very good for eyes now ?

avatar 李早
2022-01-05

大数字,精度丢失

avatar Kory
2021-12-25

https://chrome.google.com/webstore/detail/jsonview/gmegofmjomhknnokphhckolhcffdaihd/related?hl=ko 'JASONView'가 더 좋습니다.