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