protocolbuffers / protobuf

Protocol Buffers - Google's data interchange format
http://protobuf.dev
Other
65.11k stars 15.43k forks source link

JSON support for C# #520

Closed jtattermusch closed 8 years ago

jtattermusch commented 9 years ago

Formatting partially implemented by #582

jtattermusch commented 9 years ago

Pending: -- JSON parsing -- FieldMask proto has a custom JSON encoding. -- Formatting of Wrapper types once they become represented by nullable C# types.

jskeet commented 9 years ago

Just parsing left, really...

jskeet commented 8 years ago

This is now done, other than support for Any which I'll track separately.