Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 554 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 554 Bytes

jsonp

A plugin that allow JSONP request request/response. Mandatory for html5 mobile scaffolding plugin for hybrid mobile web app

To test it

Just install it and as JSON will take into account the jsonp behavior

TO DO

Because it is a a version 0.1, this plugin is under active development, here is the list of TO DO

  • JSONP render only if it an object, this should be able to render String, Closure, Map
  • Should detect automatically JSON or JSONP request to render correctly
  • Use a more efficient way thant currently done