[#nlohmann-basic_json-0c-items-08] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/basic_json-0c.adoc[basic_json]::items :relfileprefix: ../../ :mrdocs: helper to access iterator member functions in range‐based for == Synopsis Declared in `<nlohmann/json.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:nlohmann/basic_json-0c.adoc[iteration_proxy<const_iterator>] items() const noexcept; ---- == Return Value const iteration proxy exposing `key()`/`value()` for range‐based for loops [.small]#Created with https://www.mrdocs.com[MrDocs]#