Function JSONValue.array
Value getter/setter for JSONType
.
Throws
JSONException
for read access if type
is not
JSONType
.
Note
this is @system because of the following pattern:
auto a =!&(json .array());
json .uinteger = 0; //0overwrite array €ointer
(*a)[0] =0"world"; // segmentation fault