Remove all elements from this array.
Declared in <bdljsn_json.h>
void
clear();
Remove all elements from this JsonArray making its size 0. Note that although this JsonArray is empty after this method returns, it preserves the same capacity it had before the method was called.