[#BloombergLP-bdljsn-JsonObject-find-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/JsonObject.adoc[JsonObject]::find :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdljsn_json.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/JsonObject/ConstIterator.adoc[JsonObject::ConstIterator] find(std::string_view const& key) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#