index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
csharp
/
src
/
Google.Protobuf
/
JsonFormatter.cs
Commit message (
Expand
)
Author
Age
*
Rename Preconditions to ProtoPreconditions
Jon Skeet
2016-02-04
*
Ensure that FieldMask, Timestamp and Duration ToString() calls don't throw
Jon Skeet
2016-01-20
*
Merge pull request #1096 from jskeet/custom-to-string
Jan Tattermusch
2016-01-19
|
\
*
|
Change handling of unknown enums: we now write out the value as a number.
Jon Skeet
2016-01-15
*
|
Extra strictness for FieldMask conversion
Jon Skeet
2016-01-15
*
|
Fixes to JSON timestamp/duration representations
Jon Skeet
2016-01-15
|
*
Introduce ICustomDiagnosticMessage to allow for custom string formatting
Jon Skeet
2016-01-13
|
/
*
Ensure all formatted well-known-type values are valid JSON
Jon Skeet
2016-01-06
*
Make ToString() valid without a type registry
Jon Skeet
2015-12-15
*
Handle JSON parsing for Any.
Jon Skeet
2015-12-02
*
JSON formatting for Any.
Jon Skeet
2015-12-02
*
Tidy up reflection in advance of attempting to implement DynamicMessage.
Jon Skeet
2015-11-22
*
Generated code changes and manual changes for previous commit.
Jon Skeet
2015-11-09
*
Implement JSON parsing in C#.
Jon Skeet
2015-11-03
*
Support ToString in RepeatedField and MapField.
Jon Skeet
2015-10-01
*
Tidying up - fix a bunch of TODOs and remove outdated ones.
Jon Skeet
2015-08-08
*
Merge pull request #691 from jskeet/xml-documentation
Jon Skeet
2015-08-05
|
\
|
*
Document everything, and turn on errors if we fail to document anything in th...
Jon Skeet
2015-08-04
*
|
Fix build warnings around unused variables
Jon Skeet
2015-08-04
|
/
*
JSON formatting for FieldMask
Jon Skeet
2015-08-03
*
Initial pass at formatting Struct as JSON.
Jon Skeet
2015-08-03
*
Addressed issues raised in code review. Will merge when green.
Jon Skeet
2015-08-03
*
Format JSON for Duration and Timestamp.
Jon Skeet
2015-08-03
*
Fix JSON formatting to always emit fields in field order, including oneofs
Jon Skeet
2015-07-31
*
Rename ThrowHelper to Preconditions and make it public - we'll want to use it...
Jon Skeet
2015-07-30
*
Implemented Jan's suggestion of FieldCollection, replacing FieldAccessorColle...
Jon Skeet
2015-07-22
*
Revamp to reflection.
Jon Skeet
2015-07-21
*
First part of JSON formatting for well-known types. I think we need a reflect...
Jon Skeet
2015-07-20
*
First pass at the big rename from ProtocolBuffers to Google.Protobuf.
Jon Skeet
2015-07-17