How does one turn any random object into a JSON string using Monodroid’s System.Json namespace? I see the classes there (JsonObject, JsonVlaue, etc) and I can deserialize just fine. But serializing is eluding me.
How does one turn any random object into a JSON string using Monodroid’s System.Json
Share
I believe the current answer on System.Json is that it is there only for very lightweight deserialization –
So you might be better off using a port of Newtonsoft’s Json.Net or ServiceStack’s JSON support