[#BloombergLP-bdljsn-JsonArray-cbegin] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonArray.adoc[JsonArray]::cbegin :relfileprefix: ../../../ :mrdocs: Return an iterator providing non‐modifiable access to the first element in this `JsonArray`, and the past‐the‐end iterator if this `JsonArray` is empty. == Synopsis Declared in `<bdljsn_json.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/JsonArray/ConstIterator.adoc[JsonArray::ConstIterator] cbegin() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#