Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

JSON fieldnames for required fields

Compare
Choose a tag to compare
@chrusty chrusty released this 18 Nov 01:41
284d269

Currently, the required fields list will always contain only the protobuf names of fields, even if the json_fieldnames option is used.

In this release the behavior is changed to instead use JSON names if the json_fieldnames option is used, and proto names in all the other cases.

Thank you @mrozycki-tink for this contribution!