adding optional jsonp parameter to events/get_data#128
Conversation
* using the same code / structure as `render`
|
I'm trying to use the |
|
I also would like to see jsonp available where ever json currently is supported. |
|
I couldn't care less about inclusion or not of this feature, but would like to ensure that we take into account the difference in valid characters in the key side of the has between eval-able javascript (required by jsonp) and pure json. Who ever finally commits to implementing this would do good by the project to ensure special case handling for the few characters which are legal in json but aren't in javascript. This link explains: |
|
First of all, thanks for the interesting link. I learned something new and quite interesting. A couple of comments:
|
adding optional jsonp parameter to events/get_data
adding optional jsonp parameter to events/get_data
render