- Home /
Json Parsing iOS with depth of json is 6.
Hi I have been deserializing json string with
JsonConvert.DeserializeAnonymousType
Currently my json is with depth 6. Till depth 5 its working fine and giving me parsed data but when I increase the depth 6 and add two or single attribute it doesn't parse the data. I have already tried setting the depth with JsonSerializerSettings.
One thing more Its working fine with depth 6 in editor and android.:)
Any help would be great and much appreciated.
Your answer
Follow this Question
Related Questions
Having issues when multithreading and deserializing JSON with JSONUtility 1 Answer
JSON invalid value 1 Answer
Deserializing a JSON file yields 0 when referencing the variables in another script 2 Answers
XML Decentralization not working in Unity iOS build which working in Windows 1 Answer
Save via XML or JSON for mobile game 2 Answers