This is basically my problem: I have a JObject (I'm using Json.Net) that I constructed with LINQ to JSON (also provided by the same library) and, when I use the "ToString()' method with object, it throws the results in formated JSON.
How do I set the formatting to "none" for this?
Thanks in adavance =)