This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
JSON fieldnames for required fields
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!