JsonArray::clear()
Description
JsonArray::clear() removes all elements from the array pointed by the JsonArray.
If the JsonArray is null/unbound, this function does nothing.
Signatures
void clear() const;
JsonArray::clear()
JsonArray::clear() removes all elements from the array pointed by the JsonArray.
If the JsonArray is null/unbound, this function does nothing.
void clear() const;