aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs
Commit message (Expand)AuthorAgeFilesLines
* Fix broken testJon Skeet2016-01-151-1/+1
* Change handling of unknown enums: we now write out the value as a number.Jon Skeet2016-01-151-11/+8
* Extra strictness for FieldMask conversionJon Skeet2016-01-151-0/+10
* Fixes to JSON timestamp/duration representationsJon Skeet2016-01-151-3/+25
* Prohibit null values in map fieldsJon Skeet2016-01-111-7/+0
* Ensure all formatted well-known-type values are valid JSONJon Skeet2016-01-061-17/+24
* JSON formatting for Any.Jon Skeet2015-12-021-0/+42
* Implement JSON parsing in C#.Jon Skeet2015-11-031-6/+21
* remove duplicate test caseJan Tattermusch2015-08-141-1/+0
* JSON formatting for FieldMaskJon Skeet2015-08-031-0/+18
* Initial pass at formatting Struct as JSON.Jon Skeet2015-08-031-0/+17
* Format JSON for Duration and Timestamp.Jon Skeet2015-08-031-0/+61
* Simplify the JSON tests for readabilityJon Skeet2015-07-311-60/+71
* Fix JSON formatting to always emit fields in field order, including oneofsJon Skeet2015-07-311-0/+25
* First part of JSON formatting for well-known types. I think we need a reflect...Jon Skeet2015-07-201-0/+27
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+261