adam.remove

bool remove(string key) @safe

Remove key from the object.

Returns

true if the key existed and was removed, false otherwise.

Throws

AdamTypeException if the value is neither NULL nor OBJECT.