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

182 B

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