gildas-lormeau / JSONVue

Fork of JSONView for Chromium-based browsers
https://chrome.google.com/webstore/detail/chklaanhfefbnpoihckbnefhakgolnmc
Other
1.59k stars 615 forks source link

support jsonp data #64

Closed markismark closed 2 years ago

markismark commented 8 years ago

Add support the following data formats. if(window.jsonpcallback)jsonpcallback({"code":123});


This change is Reviewable

myersguo commented 8 years ago

Cool

gildas-lormeau commented 2 years ago

It's already supported.