1. 46e088e Remove duplicate test cases. by Jon Skeet · 8 years ago
  2. dd43dcc Ensure that FieldMask, Timestamp and Duration ToString() calls don't throw by Jon Skeet · 9 years ago
  3. 030c268 Fix broken test by Jon Skeet · 9 years ago
  4. 52db513 Change handling of unknown enums: we now write out the value as a number. by Jon Skeet · 9 years ago
  5. f437b67 Extra strictness for FieldMask conversion by Jon Skeet · 9 years ago
  6. 1fc4859 Fixes to JSON timestamp/duration representations by Jon Skeet · 9 years ago
  7. 9e4f354 Prohibit null values in map fields by Jon Skeet · 9 years ago
  8. b4a5817 Ensure all formatted well-known-type values are valid JSON by Jon Skeet · 9 years ago
  9. 567579b JSON formatting for Any. by Jon Skeet · 9 years ago
  10. fb24882 Implement JSON parsing in C#. by Jon Skeet · 9 years ago
  11. a55a444 remove duplicate test case by Jan Tattermusch · 9 years ago
  12. 0e30de3 JSON formatting for FieldMask by Jon Skeet · 9 years ago
  13. e7caf15 Initial pass at formatting Struct as JSON. by Jon Skeet · 9 years ago
  14. 16e272e Format JSON for Duration and Timestamp. by Jon Skeet · 9 years ago
  15. 6cf5f66 Simplify the JSON tests for readability by Jon Skeet · 9 years ago
  16. 4fed0b5 Fix JSON formatting to always emit fields in field order, including oneofs by Jon Skeet · 9 years ago
  17. c9fd53a First part of JSON formatting for well-known types. I think we need a reflection API rethink before doing the rest. by Jon Skeet · 9 years ago
  18. 59eeebe First pass at the big rename from ProtocolBuffers to Google.Protobuf. by Jon Skeet · 9 years ago[Renamed from csharp/src/ProtocolBuffers.Test/JsonFormatterTest.cs]
  19. 0f442a7 Merge pull request #611 from jskeet/csharp-wrappers by Jon Skeet · 9 years ago