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.34k stars 684 forks source link

Fix the regular expression at the end of raw jsonp. #156

Closed wednesday closed 7 years ago

wednesday commented 7 years ago

the script not run if there are spaces at the end of raw jsonp,like '}\s);'.

wednesday commented 7 years ago

Another merge problem in #157