nlohmann
::
basic_json
::count
returns the number of occurrences of a key in a JSON object
Synopsis
Declared in
<nlohmann/json.hpp>
size_type
count(object_t::key_type const& key) const;
Return Value
a type to represent container sizes
Created with
MrDocs