SyntaxFix
Write A Post
Hire A Developer
Questions
Call JObject's ToString(Formatting.None) method.
ToString(Formatting.None)
Alternatively if you pass the object to the JsonConvert.SerializeObject method it will return the JSON without formatting.
Documentation: Write JSON text with JToken.ToString