begin overloads
Declared in <bdljsn_json.h>
Return an iterator providing modifiable access to the first element in this JsonArray, or the past-the-end iterator if this JsonArray is empty.
JsonArray::Iterator
begin();
» more...
Same as the related overload above for begin.
JsonArray::ConstIterator
begin() const noexcept;
» more...