[#BloombergLP-bdljsn-JsonObject-begin-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonObject.adoc[JsonObject]::begin :relfileprefix: ../../../ :mrdocs: `begin` overloads == Synopses Declared in `<bdljsn_json.h>` Return an iterator providing 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/JsonObject/Iterator-05.adoc[JsonObject::Iterator] xref:BloombergLP/bdljsn/JsonObject/begin-07b.adoc[begin]() noexcept; ---- [.small]#xref:BloombergLP/bdljsn/JsonObject/begin-07b.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/JsonObject/ConstIterator.adoc[JsonObject::ConstIterator] xref:BloombergLP/bdljsn/JsonObject/begin-071.adoc[begin]() const noexcept; ---- [.small]#xref:BloombergLP/bdljsn/JsonObject/begin-071.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#