Skip to content

Conversation

@krzysztofdrys
Copy link
Contributor

Change how jsonpb.Unmarshal handles nested JSONPBMarshaler fields a null json values.

When json null is encountered for a field which implements JSONPBUnmarshaler, jsonpb will now calli unmarshal method from the field, instead of just assigning nil to this field.

Change how jsonpb.Unmarshal handles nested JSONPBMarshaler fields a null json values.

When json null is encountered for a field which implements JSONPBUnmarshaler, jsonpb will now calli unmarshal method from the field, instead of just assigning nil to this field.
@krzysztofdrys krzysztofdrys requested a review from dsnet March 24, 2021 11:43
@krzysztofdrys
Copy link
Contributor Author

Thanks for the review @dsnet! I think I have adjusted my PR according to your comments.

@dsnet dsnet merged commit af94003 into golang:master Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants