Package | Description |
---|---|
net.sf.json |
The core of the library
|
net.sf.json.processors |
Support for custom serialization
|
Modifier and Type | Method and Description |
---|---|
JsonBeanProcessor |
JsonConfig.findJsonBeanProcessor(Class target)
Finds a JsonBeanProcessor registered to the target class.
Returns null if none is registered. [Java -> JSON] |
Modifier and Type | Method and Description |
---|---|
void |
JsonConfig.registerJsonBeanProcessor(Class target,
JsonBeanProcessor jsonBeanProcessor)
Registers a JsonBeanProcessor.
[Java -> JSON] |
Modifier and Type | Class and Description |
---|---|
class |
JsDateJsonBeanProcessor
Transforms a java.util.Date into a JSONObject ideal for JsDate conversion.
Example: |
Copyright © 2006–2018 Json-lib. All rights reserved.