protocolbuffers / protobuf

Protocol Buffers - Google's data interchange format
http://protobuf.dev
Other
65.11k stars 15.43k forks source link

Python Fieldmask to/from JSON not converting to/from camelcase #1961

Closed ghost closed 8 years ago

ghost commented 8 years ago

According to https://developers.google.com/protocol-buffers/docs/proto3#json the fieldmask paths should be covereted to camelcase for json. This is not being done in python: https://github.com/google/protobuf/blob/master/python/google/protobuf/internal/well_known_types.py#L380

anandolee commented 8 years ago

Fixed in internal and will be included in next release.