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 and description |
|---|
JsonFastParser
() |
JsonFastParser
(boolean useValues) |
JsonFastParser
(boolean useValues, boolean chop) |
JsonFastParser
(boolean useValues, boolean chop, boolean lazyChop) |
JsonFastParser
(boolean useValues, boolean chop, boolean lazyChop, boolean checkDates) |
| Type | Name and description |
|---|---|
protected Object |
decodeFromChars(char[] cs) |
protected Value |
decodeJsonObjectLazyFinalParse() |
protected Value |
decodeValue() |
Copyright © 2003-2014 The Codehaus. All rights reserved.