12386 {
12387 JSON_ASSERT(m_object != nullptr);
12388
12389 if (JSON_HEDLEY_LIKELY(m_object->is_object()))
12390 {
12392 }
12393
12394 JSON_THROW(invalid_iterator::create(207, "cannot use key() for non-object iterators", *m_object));
12395 }
internal_iterator< typename std::remove_const< BasicJsonType >::type > m_it
the actual iterator of the associated instance
BasicJsonType::object_t::iterator object_iterator
iterator for JSON objects