[#nlohmann-basic_json-00-crbegin] = xref:nlohmann.adoc[nlohmann]::xref:nlohmann/basic_json-00.adoc[basic_json]::crbegin :relfileprefix: ../../ :mrdocs: returns a const reverse iterator to the last element == Synopsis Declared in `<nlohmann/json.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:nlohmann/basic_json-00/const_reverse_iterator.adoc[const_reverse_iterator] crbegin() const noexcept; ---- == Return Value a const reverse iterator for a basic_json container [.small]#Created with https://www.mrdocs.com[MrDocs]#