Skip to content

4.5.9

Compare
Choose a tag to compare
@JamesNK JamesNK released this 03 Nov 18:17
· 1468 commits to master since this release
  • New feature - Added JsonValueConverter
  • New feature - Set a property's DefaultValueHandling to Ignore when EmitDefaultValue from DataMemberAttribute is false
  • Fix - Fixed DefaultValueHandling.Ignore not igoring default values of non-nullable properties
  • Fix - Fixed DefaultValueHandling.Populate error with non-nullable properties
  • Fix - Fixed error when writing JSON for a JProperty with no value
  • Fix - Fixed error when calling ToList on empty JObjects and JArrays
  • Fix - Fixed losing decimal precision when writing decimal JValues