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: Fixed comment reading in the end of file #172

Open artemshadrunov opened 4 years ago

artemshadrunov commented 4 years ago

Reading failed in jsons like

{
    "field": "value"
}
// this comment will break up reading

due to the fact that '\0' symbol is not processed.