std.json segmentation fault

Andrea Fontana nospam at example.com
Mon Feb 4 02:04:09 PST 2013


This code was working some months ago:

import std.json;
JSONValue total;
total.type = JSON_TYPE.OBJECT;
total["results"].type = JSON_TYPE.OBJECT;


Now, last line gives me a segmentation fault. What's wrong with 
this code?


More information about the Digitalmars-d mailing list