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
- *iterator for JSON objects BasicJsonType::object_t::iterator object_iterator = {}
- *iterator for JSON arrays BasicJsonType::array_t::iterator array_iterator = {}
- *generic iterator for all other types primitive_iterator_t primitive_iterator = {}