1 Title: Add support for jsonp export (next to json and python)
9 The web service for exporting data from views now also supports JSONP. This
10 is basically the same as JSON, but everything is wrapped into <tt>parseJSON(</tt>...<tt>)</tt>.
11 You can select this by adding <tt>&output_format=jsonp</tt> to the URL of a Multisite view.