/**
  * Indicates if JSON objects and arrays should be indented.
  *
  * @param indenting True if JSON objects and arrays should be indented.
  */
 public void setIndenting(boolean indenting) {
   setIndent(indenting);
 }