Template Struct internal_iterator
Defined in File json.hpp
Struct Documentation
-
template<typename BasicJsonType>
struct internal_iterator an iterator value
Note
This structure could easily be a union, but MSVC currently does not allow unions members with complex constructors, see https://github.com/nlohmann/json/pull/105.
Public Members
-
BasicJsonType::object_t::iterator object_iterator = {}
iterator for JSON objects
-
BasicJsonType::array_t::iterator array_iterator = {}
iterator for JSON arrays
-
primitive_iterator_t primitive_iterator = {}
generic iterator for all other types
-
BasicJsonType::object_t::iterator object_iterator = {}