aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs
Commit message (Expand)AuthorAgeFilesLines
* MMinor fix-ups to C# tests from changes in earlier commitsJon Skeet2017-11-121-3/+3
* Add FormatEnumAsInt support for Json Format. And scale JsonFormatter.Settings...Jie Luo2017-03-241-11/+28
* There might be duplicated enum values when allow_alias is true. Add Preferred...Jie Luo2017-02-281-0/+12
* Change JSON field name formattingJon Skeet2016-11-031-6/+6
* Bring C#'s ToPascalCase method in line with C++.Jon Skeet2016-07-271-0/+6
* Expose JsonFormatter.WriteValue.Jon Skeet2016-06-231-0/+47
* Move test for standalone BoolValue to JsonParserTestJon Skeet2016-05-111-0/+16
* Allow custom type URL prefixes in Any.PackJon Skeet2016-04-291-0/+9
* Regenerate all C# code and make it compileJon Skeet2016-04-201-5/+5
* Remove duplicate test cases.Jon Skeet2016-04-011-1/+0
* Ensure that FieldMask, Timestamp and Duration ToString() calls don't throwJon Skeet2016-01-201-2/+15
* 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