aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Test/JsonFormatterTest.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixes to JsonFormatterJon Skeet2015-07-101-2/+46
| | | | | - Handle oneof properly - Omit unknown enum values
* Initial implementation of JSON formattingJon Skeet2015-07-101-0/+217
- No parsing - Reflection based, so not hugely efficient - No line breaks or indentation