currently i am implementing an application in Unity3D (C#) that will be exported to Flash and WebPlayer Version. The Application uses JSON to communicate with the server. My question is: is there any JSON-Parser that works in Unity WebPlayer AND Flash?? i tried MiniJSON Flash Version already. After spending hours to make it to a clean export it decodes JSON in UnityWebPlayer but returns NULL in Flash. Is there any other way to parse a JSON string in Unity WebPlayer and Flash? Or is there another JSON-Parser that works in Flash too? I really searched a lot but either the people provide links to MiniJSON or suggest to wait for Unity3D version 4.0. I even tried the Proxy-Class feature of unity3D but couldnt get to run it on Flash side. Maybe someone could provide an example for it?
Thanks very much