Closed
Description
(note: problem found when diagnosing #460)
Looks like ProtobufParser
does not always update parsing/input context appropriately at root level: specifically, after last JsonToken.END_OBJECT
it may still return last property name, instead of null
.