(note: issue uncovered due to FasterXML/jackson-databind#3406 change to default of DeserializationFeature.FAIL_ON_TRAILING_TOKENS to true).
When Protobuf mapper reads content and DeserializationFeature.FAIL_ON_TRAILING_TOKENS is enabled, there is at least one extra JsonToken.END_OBJECT reported after root-level Object.
This should not happen.