returns an iterator to the first element
Synopsis
Declared in <nlohmann/json.hpp>
const_iterator
begin() const noexcept;
Return Value
a const iterator for a basic_json container
Created with MrDocs
returns an iterator to the first element
Declared in <nlohmann/json.hpp>
const_iterator
begin() const noexcept;
a const iterator for a basic_json container
Created with MrDocs