neuecc / Utf8Json

Definitely Fastest and Zero Allocation JSON Serializer for C#(NET, .NET Core, Unity, Xamarin).
MIT License
2.35k stars 266 forks source link

Fix: Fix exponent decimals deserialization #210

Open SaAnnka opened 4 years ago

SaAnnka commented 4 years ago

Fix for the issue #85 and test for it.

Deserializator is failing to deserialize exponent decimals because it is trying to read a number segment, changed to ReadNextBlockSegment