JSON for Modern C++  3.0
nlohmann::basic_json::const_reverse_iterator Class Reference

a const reverse random access iterator for the basic_json class

#include <json.hpp>

Public Member Functions

 const_reverse_iterator (const typename std::reverse_iterator< typename basic_json::const_iterator >::iterator_type &it)
 
object_t::key_type key () const
 return the key of an object iterator More...
 
const_reference value () const
 return the value of an iterator More...