File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
content/programming-guides Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ topic.
2121
2222When parsing JSON-encoded data into a protocol buffer, if a value is missing or
2323if its value is ` null ` , it will be interpreted as the corresponding
24- [ default value] ( /programming-guides/editions#default ) .
25- Multiple values for singular fields (using duplicate or equivalent JSON keys)
26- are accepted and the last value is retained, as with binary format parsing. Note
27- that not all protobuf JSON parser implementations are conformant, and some
28- nonconformant implementations may reject duplicate keys instead.
24+ [ default value] ( /programming-guides/editions#default ) . Multiple values for
25+ singular fields (using duplicate or equivalent JSON keys) are accepted and the
26+ last value is retained, as with binary format parsing. Note that not all
27+ protobuf JSON parser implementations are conformant, and some nonconformant
28+ implementations may reject duplicate keys instead.
2929
3030When generating JSON-encoded output from a protocol buffer, if a protobuf field
3131has the default value and if the field doesn't support field presence, it will
You can’t perform that action at this time.
0 commit comments