Return an iterator to the first member of this object.
Synopsis
Declared in <bdljsn_json.h>
JsonArray::Iterator
begin();
Description
Return an iterator providing modifiable access to the first element in this JsonArray, or the past‐the‐end iterator if this JsonArray is empty.
Return Value
iterator to the first member of this object
Created with MrDocs