I have problem with Newtonsoft.JsonConverter in my C# app. I have decimal with trailing zeros. After convert to json - there zeros are missing.
Example:
This was a bug introduced in Json.NET 10.0.1 and reported here. It has since been fixed in 11.0.1.