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