void |
JSONReader.config(Feature feature,
boolean state) |
static Object |
JSON.parse(byte[] input,
Feature... features) |
static Object |
JSON.parse(byte[] input,
int off,
int len,
CharsetDecoder charsetDecoder,
Feature... features) |
static Object |
JSON.parse(String text,
Feature... features) |
static <T> T |
JSON.parseObject(byte[] input,
int off,
int len,
CharsetDecoder charsetDecoder,
Type clazz,
Feature... features) |
static <T> T |
JSON.parseObject(byte[] input,
Type clazz,
Feature... features) |
static <T> T |
JSON.parseObject(char[] input,
int length,
Type clazz,
Feature... features) |
static <T> T |
JSON.parseObject(String text,
Class<T> clazz,
Feature... features) |
static <T> T |
JSON.parseObject(String text,
Class<T> clazz,
ParseProcess processor,
Feature... features) |
static JSONObject |
JSON.parseObject(String text,
Feature... features) |
static <T> T |
JSON.parseObject(String input,
Type clazz,
Feature... features) |
static <T> T |
JSON.parseObject(String input,
Type clazz,
int featureValues,
Feature... features) |
static <T> T |
JSON.parseObject(String input,
Type clazz,
ParseProcess processor,
Feature... features) |
static <T> T |
JSON.parseObject(String input,
Type clazz,
ParserConfig config,
int featureValues,
Feature... features) |
static <T> T |
JSON.parseObject(String input,
Type clazz,
ParserConfig config,
ParseProcess processor,
int featureValues,
Feature... features) |
static <T> T |
JSON.parseObject(String text,
TypeReference<T> type,
Feature... features) |