public class JsonObject extends Object
| 构造器和说明 |
|---|
JsonObject() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
add(String key,
Object value) |
Object |
get(String key) |
BigDecimal |
getBigDecimal(String key) |
Boolean |
getBoolean(String key) |
Byte |
getByte(String key) |
Character |
getCharacter(String key) |
Double |
getDouble(String key) |
Float |
getFloat(String key) |
Integer |
getInteger(String key) |
JsonArray |
getJsonArray(String key) |
Map<String,Object> |
getJsonObject() |
JsonObject |
getJsonObject(String key) |
Long |
getLong(String key) |
Short |
getShort(String key) |
String |
getString(String key) |
public BigDecimal getBigDecimal(String key)
public JsonObject getJsonObject(String key)
Copyright © 2018. All rights reserved.