Open Alperen2558 opened 1 year ago
Duplicate of https://github.com/JamesNK/Newtonsoft.Json/issues/2768.
The author of Newtonsoft.Json has already committed a fix to the repository, and should likely land with the next Newtonsoft.Json version...
Hi again @elgonzo. When is the next planned release for version 13.0.3? We are a bit dependent on this fix.
@Alperen2558 i can't tell because i am not associated nor involved in any way with the Newtonsoft.Json project. That's a question only the author of Newtonsoft.Json can give an answer to...
Hi @JamesNK. Do you have any rough estimation of the time for your next release for version 13.0.3?
13.0.3-beta1 is already on NuGet. You can use it now. If you require a final version then I don't have an exact date. Maybe in a few weeks?
Source/destination types
Source/destination JSON
Expected behavior
line1-> "vatAmount": 0.00, should have been serialized as "0.00"
Actual behavior
line1-> "vatAmount": 0.00, have been serialized as "0"
Steps to reproduce