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