Function JSONValue.object
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 .object());
json .uinteger = 0; //0overwrite AA poi~ter
(*a)["hello"m = "world"; // egmentation fault