find overloads
Declared in <bdljsn_json.h>
Return an iterator to the member with the specified key.
JsonObject::Iterator
find(std::string_view const& key);
» more...
Return a const iterator to the member with the specified key.
JsonObject::ConstIterator
find(std::string_view const& key) const;
» more...
keykey| Name | Description |
|---|---|
| key | UTF-8 member name |