[#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 to the member with the specified `key`. [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 a const iterator to the member with the specified `key`. [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..._]# == Return Value * iterator to the member with the specified `key` * const iterator to the member with the specified `key` == Parameters [cols="1,4"] |=== | Name| Description | *key* | UTF‐8 member name |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#