Constructor and description |
---|
JsonParserLax
() |
JsonParserLax
(boolean useValues) |
JsonParserLax
(boolean useValues, boolean chop) |
JsonParserLax
(boolean useValues, boolean chop, boolean lazyChop) |
JsonParserLax
(boolean useValues, boolean chop, boolean lazyChop, boolean defaultCheckDates) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected Object |
decodeFromChars(char[] cs) |
|
protected Value |
decodeNumberLax(boolean minus) Decodes a number from a JSON value. |
|
protected Object |
decodeValue() |
Decodes a number from a JSON value. If at any point it is determined that
the value is not a valid number the value is treated as a String
.
minus
- indicate whether the number is negativeString
if not a valid numberCopyright © 2003-2018 The Apache Software Foundation. All rights reserved.