private void FormatJson() { if (Document.Text != null) { Document.Text = TextFormatter.FormatJSON(Document.Text); } }