1
0
Fork 0
arangodb/Documentation/DocuBlocks/JSF_foxx_BaseMiddleware_res...

15 lines
182 B
Markdown

`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'});
```