Get an array of elements matching the type.
JSONException if there's a type mismatch or syntax error.
auto json = JSONParser(q{ ["test", "foo", "bar"] }); assert(json.getArray!string == ["test", "foo", "bar"]);
See Implementation
Get an array of elements matching the type.