Description

JsonObject::clear() removes all members from the object pointed by the JsonObject.

If the JsonObject is null/unbound, this function does nothing.

Signatures

void clear() const;

See also