| Index: third_party/protobuf/csharp/src/Google.Protobuf/JsonParser.cs
|
| diff --git a/third_party/protobuf/csharp/src/Google.Protobuf/JsonParser.cs b/third_party/protobuf/csharp/src/Google.Protobuf/JsonParser.cs
|
| index d738ebb04b17449cce9a263a4b267c31c0a2c358..6b6f2d9ae25a727b46510543dd82c2667ec88ace 100644
|
| --- a/third_party/protobuf/csharp/src/Google.Protobuf/JsonParser.cs
|
| +++ b/third_party/protobuf/csharp/src/Google.Protobuf/JsonParser.cs
|
| @@ -86,7 +86,8 @@ namespace Google.Protobuf
|
| { FloatValue.Descriptor.FullName, MergeWrapperField },
|
| { DoubleValue.Descriptor.FullName, MergeWrapperField },
|
| { BytesValue.Descriptor.FullName, MergeWrapperField },
|
| - { StringValue.Descriptor.FullName, MergeWrapperField }
|
| + { StringValue.Descriptor.FullName, MergeWrapperField },
|
| + { BoolValue.Descriptor.FullName, MergeWrapperField }
|
| };
|
|
|
| // Convenience method to avoid having to repeat the same code multiple times in the above
|
|
|