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.