You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I found a case which is very similar to #182 but for positive numbers with plus sign.
Serializing 14 currently results in "14".
Serializing -14 currently results in "-14".
But Serializing +14 currently results in +14, instead of "+14".