Value getter/setter for JSONType.object.
JSONException for read access if type is not JSONType.object. Note: This is @system because of the following pattern:
auto a = &(json.object()); json.uinteger = 0; // overwrite AA pointer (*a)["hello"] = "world"; // segmentation fault
See Implementation
Value getter/setter for JSONType.object.