find an element in a JSON object
Declared in <nlohmann/json.hpp>
<nlohmann/json.hpp>
const_iterator find(object_t::key_type const& key) const;
const iterator to the element with the given key, or cend() if not found
cend()