summaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs
AgeCommit message (Expand)Author
2016-04-29Allow custom type URL prefixes in Any.PackJon Skeet
2016-04-20Regenerate all C# code and make it compileJon Skeet
2016-04-01Remove duplicate test cases.Jon Skeet
2016-01-20Ensure that FieldMask, Timestamp and Duration ToString() calls don't throwJon Skeet
2016-01-15Fix broken testJon Skeet
2016-01-15Change handling of unknown enums: we now write out the value as a number.Jon Skeet
2016-01-15Extra strictness for FieldMask conversionJon Skeet
2016-01-15Fixes to JSON timestamp/duration representationsJon Skeet
2016-01-11Prohibit null values in map fieldsJon Skeet
2016-01-06Ensure all formatted well-known-type values are valid JSONJon Skeet
2015-12-02JSON formatting for Any.Jon Skeet
2015-11-03Implement JSON parsing in C#.Jon Skeet
2015-08-14remove duplicate test caseJan Tattermusch
2015-08-03JSON formatting for FieldMaskJon Skeet
2015-08-03Initial pass at formatting Struct as JSON.Jon Skeet
2015-08-03Format JSON for Duration and Timestamp.Jon Skeet
2015-07-31Simplify the JSON tests for readabilityJon Skeet
2015-07-31Fix JSON formatting to always emit fields in field order, including oneofsJon Skeet
2015-07-20First part of JSON formatting for well-known types. I think we need a reflect...Jon Skeet
2015-07-17First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet