1) An Any with no type_url or value should be represented as `{}` 2) A `null` should be handled as the Any being absent. 3) JSON of `{"@type_url": "", "value":""}` should be a parse failure. PiperOrigin-RevId: 712938072pull/19882/head
parent
79e331f4b8
commit
b985164e7c
8 changed files with 44 additions and 0 deletions
@ -1 +1,2 @@ |
||||
Required.*.JsonInput.Int32FieldQuotedExponentialValue.* # Failed to parse input or produce output. |
||||
Required.*.JsonInput.AnyWithNoType.* # Failed to parse input or produce output. |
||||
|
@ -1 +1,2 @@ |
||||
Required.*.JsonInput.Int32FieldQuotedExponentialValue.* # Failed to parse input or produce output. |
||||
Required.*.JsonInput.AnyWithNoType.* |
@ -1 +1,2 @@ |
||||
Required.*.JsonInput.Int32FieldQuotedExponentialValue.* # Failed to parse input or produce output. |
||||
Required.*.JsonInput.AnyWithNoType.* # Failed to parse input or produce output. |
Loading…
Reference in new issue