On 04/25/2013 04:31 AM, Dicebot wrote:
> On Thursday, 25 April 2013 at 09:26:19 UTC, 1100110 wrote:
>>
>> void handleJson(HttpServerRequest req, HttpServerResponse res)
>> {
>> res.writeJsonBody(["message":"Hello, World!"]);
>> }
I suspected as much.
Thank you.