Exemplo n.º 1
0
 private void FormatJson()
 {
     if (Document.Text != null)
     {
         Document.Text = TextFormatter.FormatJSON(Document.Text);
     }
 }