[issue18290] json encoder does not support JSONP/JavaScript safe escaping

Antoine Pitrou report at bugs.python.org
Tue Aug 6 23:25:49 CEST 2013


Antoine Pitrou added the comment:

On the one hand, supporting JSONP is a valid request for the json module. On the other hand, according to Wikipedia, "There have been some criticisms raised about JSONP. Cross-origin resource sharing (CORS) is a more recent method of getting data from a server in a different domain, which addresses some of those criticisms". Therefore, supporting JSONP might not really be worth it.

----------
status: pending -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18290>
_______________________________________


More information about the Python-bugs-list mailing list