JsonObject::clear()
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;
JsonObject::clear()
JsonObject::clear() removes all members from the object pointed by the JsonObject.
If the JsonObject is null/unbound, this function does nothing.
void clear() const;