aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/Google.Protobuf/JsonFormatter.cs
Commit message (Expand)AuthorAgeFilesLines
* Make ToString() valid without a type registryJon Skeet2015-12-151-3/+51
* Handle JSON parsing for Any.Jon Skeet2015-12-021-3/+8
* JSON formatting for Any.Jon Skeet2015-12-021-18/+93
* Tidy up reflection in advance of attempting to implement DynamicMessage.Jon Skeet2015-11-221-2/+1
* Generated code changes and manual changes for previous commit.Jon Skeet2015-11-091-1/+1
* Implement JSON parsing in C#.Jon Skeet2015-11-031-3/+12
* Support ToString in RepeatedField and MapField.Jon Skeet2015-10-011-115/+97
* Tidying up - fix a bunch of TODOs and remove outdated ones.Jon Skeet2015-08-081-2/+1
* Merge pull request #691 from jskeet/xml-documentationJon Skeet2015-08-051-0/+13
|\
| * Document everything, and turn on errors if we fail to document anything in th...Jon Skeet2015-08-041-0/+13
* | Fix build warnings around unused variablesJon Skeet2015-08-041-1/+0
|/
* JSON formatting for FieldMaskJon Skeet2015-08-031-1/+21
* Initial pass at formatting Struct as JSON.Jon Skeet2015-08-031-3/+81
* Addressed issues raised in code review. Will merge when green.Jon Skeet2015-08-031-25/+14
* Format JSON for Duration and Timestamp.Jon Skeet2015-08-031-10/+120
* Fix JSON formatting to always emit fields in field order, including oneofsJon Skeet2015-07-311-30/+5
* Rename ThrowHelper to Preconditions and make it public - we'll want to use it...Jon Skeet2015-07-301-1/+1
* Implemented Jan's suggestion of FieldCollection, replacing FieldAccessorColle...Jon Skeet2015-07-221-1/+1
* Revamp to reflection.Jon Skeet2015-07-211-13/+13
* First part of JSON formatting for well-known types. I think we need a reflect...Jon Skeet2015-07-201-1/+28
* First pass at the big rename from ProtocolBuffers to Google.Protobuf.Jon Skeet2015-07-171-0/+578