Class JsonFastParser

  • All Implemented Interfaces:
    JsonParser

    public class JsonFastParser
    extends JsonParserCharArray
    This works in index overlay mode or chop mode. Chop mode reduces possibility of memory leak but causes a few more buffer copies as it chops up the buffer.
    • Constructor Detail

      • JsonFastParser

        public JsonFastParser()
      • JsonFastParser

        public JsonFastParser​(boolean useValues)
      • JsonFastParser

        public JsonFastParser​(boolean useValues,
                              boolean chop)
      • JsonFastParser

        public JsonFastParser​(boolean useValues,
                              boolean chop,
                              boolean lazyChop)
      • JsonFastParser

        public JsonFastParser​(boolean useValues,
                              boolean chop,
                              boolean lazyChop,
                              boolean checkDates)