Package wsgiwebapi :: Module jsonsupport
[frames] | no frames]

Module jsonsupport

source code

Support for converting responses to JSON formats.
Functions
 
convert_to_json(request, response, props)
Convert a response to JSON.
source code
 
convert_to_jsonp(request, response, props)
Convert a response to JSONP, according to the props.
source code