Skip to content

Commit 0dbc370

Browse files
Protocol Buffer TeamLogofile
authored andcommitted
This documentation change includes the following:
* Fixes formatting in various files PiperOrigin-RevId: 737995644 Change-Id: I278fe6c137970c7e4b0dc8532aad905d8ba9720a
1 parent 354da49 commit 0dbc370

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/programming-guides/json.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ topic.
2121

2222
When parsing JSON-encoded data into a protocol buffer, if a value is missing or
2323
if 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

3030
When generating JSON-encoded output from a protocol buffer, if a protobuf field
3131
has the default value and if the field doesn't support field presence, it will

0 commit comments

Comments
 (0)