Package | Description |
---|---|
net.sf.json |
The core of the library
|
net.sf.json.processors |
Support for custom serialization
|
Modifier and Type | Field | Description |
---|---|---|
static JsonValueProcessorMatcher |
JsonConfig.DEFAULT_JSON_VALUE_PROCESSOR_MATCHER |
Modifier and Type | Method | Description |
---|---|---|
JsonValueProcessorMatcher |
JsonConfig.getJsonValueProcessorMatcher() |
Returns the configured JsonValueProcessorMatcher.
Default value is JsonValueProcessorMatcher.DEFAULT [Java -> JSON] |
Modifier and Type | Method | Description |
---|---|---|
void |
JsonConfig.setJsonValueProcessorMatcher(JsonValueProcessorMatcher jsonValueProcessorMatcher) |
Sets a JsonValueProcessorMatcher to use.
Will set default value (JsonValueProcessorMatcher.DEFAULT) if null. [Java -> JSON] |
Modifier and Type | Field | Description |
---|---|---|
static JsonValueProcessorMatcher |
JsonValueProcessorMatcher.DEFAULT |
Matches the target with equals()
|
Copyright © 2006–2019 Json-lib. All rights reserved.