neuecc / Utf8Json

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

StackOverflow when deserializing 200mb json file #145

Open t-smirnov opened 5 years ago

t-smirnov commented 5 years ago

File contents just an array of simple coord objects as follow:

{
      "x": 0.005151142935796438,
      "y": 0.04217857865055419,
      "z": 0.9446217565902267,
      "name": "nyjgck 5699",
      "opts": {
        "1": [
          1,
          true
        ]
      }
    }
jzabroski commented 5 years ago

Can you post the stack trace?