SaladLab / Json.Net.Unity3D

Forked Newtonsoft.Json to support Unity3D
MIT License
918 stars 169 forks source link

il2cpp exception for JArray.Parse on UWP #38

Open prgrmr25 opened 5 years ago

prgrmr25 commented 5 years ago

i get the following error under UWP , it works fine on editor.

JsonReaderException: Error reading JArray from JsonReader. Path '', line 0, position 0. at Newtonsoft.Json.Linq.JArray.Load (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Linq.JsonLoadSettings settings) [0x00000] in <00000000000000000000000000000000>:0 at Newtonsoft.Json.Linq.JArray.Parse (System.String json, Newtonsoft.Json.Linq.JsonLoadSettings settings) [0x00000] in <00000000000000000000000000000000>:0 at Newtonsoft.Json.Linq.JArray.Parse (System.String json) [0x00000] in <00000000000000000000000000000000>:0