litejs / json-lite

Fast non-blocking JSON viewer for Chrome and Firefox
196 stars 17 forks source link

Add support for JSON-LD documents #31

Closed stuchalk closed 6 years ago

stuchalk commented 6 years ago

It would be great if you could add support for the JSON-LD file type (https://en.wikipedia.org/wiki/JSON-LD) by both mime-type (application/ld+json) and extension(.jsonld). Or alternatively add an option in the preferences where users could indicate additional mime-types/extensions that the plugin could be used for.

Thanks for the great plugin! Stuart

lauriro commented 6 years ago

Duplicate of #20

It is actually implemented but there are issues with requesting permissions in Firefox. I am between waiting a fix and reimplementing with a workaround.

Meanwhile it is possible to use a help of other extension that was proposed in #13.

lauriro commented 6 years ago

Implemented in 18.2.0

stuchalk commented 6 years ago

Works great! Thanks so much !