[#BloombergLP-bdljsn-JsonObject-find-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonObject.adoc[JsonObject]::find :relfileprefix: ../../../ :mrdocs: `find` overloads == Synopses Declared in `<bdljsn_json.h>` Return an iterator providing modifiable access to the `Member` object in this `JsonObject` with a key equivalent to the specified `key`, if such an entry exists, and the past‐the‐end iterator (`end`) otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/JsonObject/Iterator-05.adoc[JsonObject::Iterator] xref:BloombergLP/bdljsn/JsonObject/find-03.adoc[find](std::string_view const& key); ---- [.small]#xref:BloombergLP/bdljsn/JsonObject/find-03.adoc[_» more..._]# Return an iterator providing non‐modifiable access to the `Member` object in this `JsonObject` with a key equivalent to the specified `key`, if such an entry exists, and the past‐the‐end iterator (`end`) otherwise. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/JsonObject/ConstIterator.adoc[JsonObject::ConstIterator] xref:BloombergLP/bdljsn/JsonObject/find-0d.adoc[find](std::string_view const& key) const; ---- [.small]#xref:BloombergLP/bdljsn/JsonObject/find-0d.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#