summaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/JsonFormatter.cs
AgeCommit message (Expand)Author
2018-11-04Revert "Merge tag 'v3.0.1-javalite'"android-wear-8.0.0_r2Colin Cross
2016-06-28Adding conditional compiler symbol to support .NET 3.5 (#1713)detlevschwabe
2016-06-23Expose JsonFormatter.WriteValue.Jon Skeet
2016-04-29Allow custom type URL prefixes in Any.PackJon Skeet
2016-04-20Use the original name in JSON formatting.Jon Skeet
2016-03-29Code review fixesalien
2016-03-18csharp: add support for the json_name optionalien
2016-03-06Replace StringBuilder with TextWriter in JsonFormatteravgweb
2016-02-04Rename Preconditions to ProtoPreconditionsJon Skeet
2016-01-20Ensure that FieldMask, Timestamp and Duration ToString() calls don't throwJon Skeet
2016-01-19Merge pull request #1096 from jskeet/custom-to-stringJan Tattermusch
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-13Introduce ICustomDiagnosticMessage to allow for custom string formattingJon Skeet
2016-01-06Ensure all formatted well-known-type values are valid JSONJon Skeet
2015-12-15Make ToString() valid without a type registryJon Skeet
2015-12-02Handle JSON parsing for Any.Jon Skeet
2015-12-02JSON formatting for Any.Jon Skeet
2015-11-22Tidy up reflection in advance of attempting to implement DynamicMessage.Jon Skeet
2015-11-09Generated code changes and manual changes for previous commit.Jon Skeet
2015-11-03Implement JSON parsing in C#.Jon Skeet
2015-10-01Support ToString in RepeatedField and MapField.Jon Skeet
2015-08-08Tidying up - fix a bunch of TODOs and remove outdated ones.Jon Skeet
2015-08-05Merge pull request #691 from jskeet/xml-documentationJon Skeet
2015-08-04Document everything, and turn on errors if we fail to document anything in th...Jon Skeet
2015-08-04Fix build warnings around unused variablesJon Skeet
2015-08-03JSON formatting for FieldMaskJon Skeet
2015-08-03Initial pass at formatting Struct as JSON.Jon Skeet
2015-08-03Addressed issues raised in code review. Will merge when green.Jon Skeet
2015-08-03Format JSON for Duration and Timestamp.Jon Skeet
2015-07-31Fix JSON formatting to always emit fields in field order, including oneofsJon Skeet
2015-07-30Rename ThrowHelper to Preconditions and make it public - we'll want to use it...Jon Skeet
2015-07-22Implemented Jan's suggestion of FieldCollection, replacing FieldAccessorColle...Jon Skeet
2015-07-21Revamp to reflection.Jon 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