string json = "..."; JToken jt = JToken.Parse(json); string formatted = jt.ToString(Newtonsoft.Json.Formatting.Indented);