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