JSONovich / jsonovich

A webextension for Firefox. Pretty-prints JSON content in the browser for easy, unobtrusive viewing.
https://addons.mozilla.org/firefox/addon/jsonovich/
Mozilla Public License 2.0
7 stars 3 forks source link

mediatype application/json to strict #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
jsonovich is only supporting application/json, the standard has vendor specific 
subtypes like
application/vnd.example+json

Original issue reported on code.google.com by da...@graveyard.dk on 16 Oct 2012 at 7:54

GoogleCodeExporter commented 9 years ago
Hi and sorry for the delay in responding, the statement "jsonovich is only 
supporting application/json" is untrue - by default JSONovich registers to 
handle many JSON-like MIME types (even JavaScript types, which doesn't always 
work well), all can be seen in the options screen.

Unfortunately the current method for hooking into Firefox requires exact 
matches for any MIME types that JSONovich should handle - you can still add any 
MIME type you like in the options though.

Original comment by W.Elwoo...@gmail.com on 12 Nov 2012 at 1:32

welwood08 commented 7 years ago

Since there is no longer the above-mentioned platform restriction for exact matches in the webext implementation, this should be possible now.