I have a JObject (I\'m using Json.Net) that I constructed with LINQ to JSON (also provided by the same library). When I call the ToString() method
JObject
ToString()
You can also do the following;
string json = myJObject.ToString(Newtonsoft.Json.Formatting.None);