| 5474 | } |
| 5475 | |
| 5476 | bool key(string_t& val) |
| 5477 | { |
| 5478 | // add null at given key and store the reference for later |
| 5479 | object_element = &(ref_stack.back()->m_value.object->operator[](val)); |
| 5480 | return true; |
| 5481 | } |
| 5482 | |
| 5483 | bool end_object() |
| 5484 | { |
nothing calls this directly
no test coverage detected