Skip to content

Commit

Permalink
Sync from Piper @460213275
Browse files Browse the repository at this point in the history
PROTOBUF_SYNC_PIPER
  • Loading branch information
esorot committed Jul 11, 2022
1 parent 6eb2886 commit f4dfa1a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions google/protobuf/util/json_format_proto3.proto
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ message TestBoolValue {
map<bool, int32> bool_map = 2;
}

message TestNullValue {
google.protobuf.NullValue null_value = 20;
repeated google.protobuf.NullValue repeated_null_value = 21;
}

message TestCustomJsonName {
int32 value = 1 [json_name = "@value"];
}
Expand Down

0 comments on commit f4dfa1a

Please sign in to comment.