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

Fixed issue while using JsonReader.ReadStringSegmentRaw on string with trailing backslashes #220

Open RamType0 opened 4 years ago

RamType0 commented 4 years ago

JsonReader.ReadStringSegmentRaw doesn't handles the case "the double quote's leading back slash was escaped".