| 108 | } |
| 109 | |
| 110 | IJsonHandler* JsonObjectJsonHandler::readObjectEnd() { |
| 111 | return this->doneElement(); |
| 112 | } |
| 113 | |
| 114 | IJsonHandler* JsonObjectJsonHandler::readArrayStart() { |
| 115 | CesiumUtility::JsonValue& current = *this->_stack.back(); |
nothing calls this directly
no test coverage detected