Package org.noggit

Class JSONParserWS

    • Constructor Detail

      • JSONParserWS

        public JSONParserWS​(java.io.Reader in)
      • JSONParserWS

        public JSONParserWS​(java.io.Reader in,
                            char[] buffer)
      • JSONParserWS

        public JSONParserWS​(char[] data,
                            int start,
                            int end)
      • JSONParserWS

        public JSONParserWS​(java.lang.String data)
      • JSONParserWS

        public JSONParserWS​(java.lang.String data,
                            int start,
                            int end)
    • Method Detail

      • getCharNWS

        protected int getCharNWS()
                          throws java.io.IOException
        Overrides:
        getCharNWS in class JSONParser
        Throws:
        java.io.IOException
      • getNewlineComment

        protected void getNewlineComment()
                                  throws java.io.IOException
        Overrides:
        getNewlineComment in class JSONParser
        Throws:
        java.io.IOException
      • getSlashComment

        protected void getSlashComment()
                                throws java.io.IOException
        Overrides:
        getSlashComment in class JSONParser
        Throws:
        java.io.IOException