litejs / json-lite

Fast non-blocking JSON viewer for Chrome and Firefox
196 stars 17 forks source link

Can you support the following JSONP format ? #72

Closed devin87 closed 6 months ago

devin87 commented 1 year ago

https://mqitv.com/webapi/time?jsonpcallback=_jqjsp

/**/ typeof _jqjsp === 'function' && _jqjsp({"ret":1,"data":1696649037665});
lauriro commented 6 months ago

Done in version 24.4.0 (currently in publishing review)