tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.31k stars 678 forks source link

I think it is better to set prependHeader to false by default #251

Open jimmyyem opened 4 years ago

jimmyyem commented 4 years ago

As the title, if I need to copy the json content, with the header(url and timestap) will not help and cause parse json content fail.

So I suggest to set the prependHeader option to false by default.

At last I will say this tools is great and helpful for develpers.