gildas-lormeau / JSONVue

Fork of JSONView for Chromium-based browsers

Home Page:https://chrome.google.com/webstore/detail/chklaanhfefbnpoihckbnefhakgolnmc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you add support for json5

pjangam opened this issue · comments

I really love your plugin and it has really been helpfull while working on json based REST apis.

Json5 is json with some addded capabilities in it like inline comments.
I am using josn5 in one of my project. Chrome render fails when I try to open any of json5 document.
Can you add support for inline comments to your plugin. It will be really helpful.

Thanks!

The extension relies on JSON.parse to extract the JS data so this feature cannot be implemented.