response.json(object)
Set the content type to JSON and the body to the JSON encoded object you provided.
@EXAMPLES
response.json({'born': 'December 12, 1915'});