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

Not Work?! #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
WThe browser "Paste Email Plus" addons generated pasteemailplus.json can not be 
arranged ??
JSONovich 1.9.6.1 in Firefox 19.

Original issue reported on code.google.com by tagli...@gmail.com on 16 Mar 2013 at 7:35

Attachments:

GoogleCodeExporter commented 9 years ago
Looks like invalid JSON to me, so the browser's parser is probably choking.

I did have a plan to replace the standard parser with something that would 
surface errors gracefully and in a way that was helpful, but haven't got around 
to dedicating the time to implement it. I've also had in the back of my mind 
the idea to support the sort of stream of multiple JSON objects that this looks 
like, but that still doesn't make this a bug.

P.S.: it's very difficult to reproduce a bug from an image, an actual sample 
JSON file would have been better (although not necessary now if my diagnosis 
above is correct).

Original comment by W.Elwoo...@gmail.com on 16 Mar 2013 at 10:21