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:
MissingMethodException: Method not found: 'System.Collections.ObjectModel.KeyedCollection.
What JSON parser do you recommend?
> coordinates;`. On the linked queation, go to the part where it says *"3.De-serializing Json with numeric properties"*. It talked about `SimpleJSON.cs` which might work.
– Programmer Jun 09 '17 at 18:53