|
|
|
@ -785,8 +785,8 @@ static bool end_stringval(upb_json_parser *p) { |
|
|
|
|
|
|
|
|
|
case UPB_TYPE_STRING: { |
|
|
|
|
upb_selector_t sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); |
|
|
|
|
upb_sink_endstr(&p->top->sink, sel); |
|
|
|
|
p->top--; |
|
|
|
|
upb_sink_endstr(&p->top->sink, sel); |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -884,7 +884,7 @@ static bool parse_mapentry_key(upb_json_parser *p) { |
|
|
|
|
sel = getsel_for_handlertype(p, UPB_HANDLER_STRING); |
|
|
|
|
upb_sink_putstring(&subsink, sel, buf, len, NULL); |
|
|
|
|
sel = getsel_for_handlertype(p, UPB_HANDLER_ENDSTR); |
|
|
|
|
upb_sink_endstr(&subsink, sel); |
|
|
|
|
upb_sink_endstr(&p->top->sink, sel); |
|
|
|
|
multipart_end(p); |
|
|
|
|
break; |
|
|
|
|
} |
|
|
|
|