Class JSONUtils


  • final class JSONUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JSONUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static boolean isObjectStart​(JsonReader parser)  
      (package private) static double readDouble​(JsonReader parser)  
      • Methods inherited from class java.lang.Object

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

      • JSONUtils

        JSONUtils()
    • Method Detail

      • isObjectStart

        static boolean isObjectStart​(JsonReader parser)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • readDouble

        static double readDouble​(JsonReader parser)