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 on the JObject
, it outputs the results as formatted JSON.
How do I set the formatting to "none" for this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…