JSONVue JSONVue

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

Rating

2648 ratings

Total Installs

1,000,000+

User Reviews


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'가 더 좋습니다.

avatar teahouse
2021-12-24

Very nice!

avatar 董文龙
2021-12-16

还行

avatar Gordon Freeman
2021-12-09

Перестало работать во фреймах(((

avatar George Pantazes
2021-12-03

I liked and used this extension for a while, but some things annoyed me:
- The rendered JSON cannot by copied as raw JSON text. It strips off all of the quotes, meaning you have to flip back to RAW if you want to copy valid JSON.
- The button to switch to raw text doesn't work for me. I had to disable the extension entirely to see the underlying raw JSON.

Until the above issues are addressed, this plugin is fine for simply viewing JSON, but that's where its usefulness ends. However, since it doesn't allow copying valid JSON or flipping back to the raw text, it often creates problems when switching over to heavier tools such as a text editor.

I'll be switching to and trying out the JSON Viewer extension (https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh) instead, which doesn't suffer from the above issues, and still has features like syntax highlighting and collapse/expand.

avatar 微笑
2021-11-24

good

Related Extensions