I have a JObject (I use Json.Net) that I built with LINQ to JSON (also provided by the same library). When I call the ToString() method on a JObject , it outputs the results in JSON format.
How to set formatting to "none"?
Hugo Feb 20 '09 at 18:15 2009-02-20 18:15
source share