Package | Description |
---|---|
org.cakelab.blender.doc | |
org.cakelab.json.codec | |
org.cakelab.json.parser | |
org.cakelab.json.parser.pojo |
Modifier and Type | Field and Description |
---|---|
protected JSONObject |
Documentation.structdocs |
Modifier and Type | Method and Description |
---|---|
<T> T |
JSONCodec.decodeObject(JSONObject json,
java.lang.Class<T> clazz) |
<T> T |
JSONCodec.decodeObject(JSONObject json,
T target) |
Modifier and Type | Method and Description |
---|---|
JSONObject |
Parser.parseObject(java.io.InputStream inputStream)
Explicitly expects a json object to be parsed.
|
JSONObject |
Parser.parseObject(java.io.InputStream inputStream,
java.nio.charset.Charset charset)
Explicitly expects a json object to be parsed.
|
JSONObject |
Parser.parseObject(java.lang.String jsonString)
Explicitly expects a json object to be parsed.
|
Modifier and Type | Method and Description |
---|---|
JSONObject |
POJOParser.parseObject(java.io.InputStream in) |
JSONObject |
POJOParser.parseObject(java.io.InputStream in,
java.nio.charset.Charset charset) |
JSONObject |
POJOParser.parseObject(java.lang.String jsonString) |