-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v13.0.2 not preserving trailing zeros when deserializing decimals with 0 #2786
Comments
Duplicate of #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
The text was updated successfully, but these errors were encountered: