Save JSONValue binary in file?

Chopin robert.bue at gmail.com
Fri Oct 12 10:15:24 PDT 2012


Thanks! I tried using it:

auto document = parseJSON(content).array; // this works with 
std.json :)

Using json.d from the link:

auto j = JSONReader!string(content);
auto document = j.value.whole.array; // this doesn't.... "Error: 
undefined identifier 'array'"


More information about the Digitalmars-d-learn mailing list