JSONException for read access if type is not
JSONType.array.
Value getter/setter for JSONType.array.
JSONException for read access if type is not
JSONType.array.
--- auto a = &(json.array()); json.uinteger = 0; // overwrite array pointer (*a)[0] = "world"; // segmentation fault ---