I need to deserialize some JSON objects. I tried to use Tiny-json library, but it\'s too slow. I tried to use Newtonsoft.Json, but it fails in webplayer with this error:
https://github.com/mtschoen/JSONObject (https://www.assetstore.unity3d.com/en/#!/content/710) I am using this one most of the times, it's versbose but does its job well, not sure about performance however