Response.toJSONString

Convert the Response to a JSON string to send to the client.

struct Response
string
toJSONString
(
Flag!"prettyPrint" prettyPrint = No.prettyPrint
)

Parameters

prettyPrint Flag!"prettyPrint"

Yes to pretty-print the JSON output; No for efficient output.

Meta