facebook-csharp-sdk / simple-json

JSON library for .NET 2.0+/SL4+/WP7/WindowsStore with optional support for dynamic and DataContract
MIT License
380 stars 143 forks source link

Added support for EmitDefaultValue in the DataMemberAttribute #73

Open Lakritzator opened 8 years ago

Lakritzator commented 8 years ago

This functionality is important as some services don't want null (or 0 etc) values when the data is not set.