Return true if there is a Member object in this JsonObject with a key equivalent to the specified key, and return false otherwise.
Declared in <bdljsn_json.h>
bool
contains(std::string_view const& key) const;
true if a member with the specified key is present, and false otherwise
| Name | Description |
|---|---|
| key | UTF-8 member name |