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.
↧