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'"

Reply via email to