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;

See also