Class JsonFormatter


  • public class JsonFormatter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonFormatter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static void appendIndent​(java.lang.StringBuilder sb, int count)  
      static java.lang.String prettyPrint​(java.lang.String input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JsonFormatter

        public JsonFormatter()
    • Method Detail

      • appendIndent

        private static void appendIndent​(java.lang.StringBuilder sb,
                                         int count)
      • prettyPrint

        public static java.lang.String prettyPrint​(java.lang.String input)