Share Link
Copied to clipboard
Embed on Your Page
Copied to clipboard
We Stand with Ukraine
[Fork] https://stackoverflow.com/questions/62265721/problem-crash-with-newtonsoft-json-deserializing by dbc_MinLength
Environment version: 4.0.30319.42000
Json.NET version: Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed

[
  {
    "$type": "Enemy, 5du00yyp",
    "tipo": "enemigo",
    "animator": null
  },
  {
    "$type": "Enemy, 5du00yyp",
    "tipo": "enemigo",
    "animator": null
  }
]
Dumping object(System.Collections.Generic.List`1[Ente])
[
   {
   animator  : null
   tipo      : enemigo
   },
   {
   animator  : null
   tipo      : enemigo
   }
]
Cached Result
Last Run: 5:34:25 pm
Compile: 0.269s
Execute: 0.254s
Memory: 694.87kb
CPU: 0.344s