JsonViewer icon indicating copy to clipboard operation
JsonViewer copied to clipboard

JetBrains IDE plugin for viewing formatted JSON text on tool window.

Results 10 JsonViewer issues
Sort by recently updated
recently updated
newest added

Does similar plugin exist in vscode? The best part is it formats even unescaped json or incorrect json, so I can copy directly from console and past and format

IntelliJ auto-disabled this plugin stating it is no longer compatible. Are the plans to make this this compatible? Thanks.

default font make me fell sad

When I click on format, it adds some tabbing characters for wrapping are added to put the text on next line. This makes the json invalid. ### **Input:** ``` {...

It would be great if we also give a tree view like in http://jsonviewer.stack.hu/

This plugin dont work : json file (.json) created with json_encode (php), it start with an array [ Invalid json text

Not parsing correctly for this text `{"tags":{"href":"aaaaa/xxxxxxxx/tags{?embed}"}}` in the value that is encoded in quotes"" Expected for the above input :- ``` { "tags":{ "href":"aaaaa/xxxxxxxx/tags{?embed}" } } ``` Actual output...

Json formattor doesnt have a minimise button to minimise and expand the objects as it is shown in jsonformattor.curiousconcept.com and other websites

help wanted