Proto JSON cannonical encoding is not supported for special types #333
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
With an exception of
int64<->string
encoding (implemented in #267) the rest of special types JSON Mapping are not supported. Most commonly failing types areTimestamp
,FieldMask
andDuration
This is crucial to support rest transport in Python.
The text was updated successfully, but these errors were encountered: