How to convert class object to JSon string in Unity3D? How to convert class object to JSon string in Unity3D? json json

How to convert class object to JSon string in Unity3D?


Using Newtonking's JSON parser you can drag the dll into your Plugins folder and reference it (using Newtonsoft;) from there, it's one of the best serialisers I've seen online, I highly recommend using it:

http://james.newtonking.com/json