Class JSONUtil


  • public class JSONUtil
    extends Object
    • Constructor Detail

      • JSONUtil

        public JSONUtil()
    • Method Detail

      • advanceToMapKey

        public static boolean advanceToMapKey​(org.noggit.JSONParser parser,
                                              String key,
                                              boolean deepSearch)
                                       throws IOException
        Throws:
        IOException
      • skipArray

        public static void skipArray​(org.noggit.JSONParser parser,
                                     String key,
                                     boolean deepSearch)
                              throws IOException
        Throws:
        IOException
      • expect

        public static void expect​(org.noggit.JSONParser parser,
                                  int parserEventType)
                           throws IOException
        Throws:
        IOException