17732 {
17733 for (auto it = this->begin(); it != this->end(); ++it)
17734 {
17735 if (it->first ==
value.first)
17736 {
17737 return {it, false};
17738 }
17739 }
17740
17741 Container::push_back(value);
17742 return {--this->end(), true};
17743 }
@ value
the parser finished reading a JSON value