Return true if the JsonObject held by this Json object contains a member whose key is equivalent to the specified key, and return false otherwise. The behavior is undefined unless true == isObject().
Synopsis
Declared in <bdljsn_json.h>
bool
contains(std::string_view const& key) const;
Created with MrDocs