| 程序包 | 说明 |
|---|---|
| blade.kit.json |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
JSONArray.get(int index)
Get the object value associated with an index.
|
Object |
JSONObject.get(String key) |
BigDecimal |
JSONArray.getBigDecimal(int index)
Get the BigDecimal value associated with an index.
|
BigDecimal |
JSONObject.getBigDecimal(String key)
Get the BigDecimal value associated with a key.
|
BigInteger |
JSONArray.getBigInteger(int index)
Get the BigInteger value associated with an index.
|
BigInteger |
JSONObject.getBigInteger(String key)
Get the BigInteger value associated with a key.
|
boolean |
JSONArray.getBoolean(int index)
Get the boolean value associated with an index.
|
boolean |
JSONObject.getBoolean(String key)
Get the boolean value associated with a key.
|
double |
JSONArray.getDouble(int index)
Get the double value associated with an index.
|
double |
JSONObject.getDouble(String key)
Get the double value associated with a key.
|
int |
JSONArray.getInt(int index)
Get the int value associated with an index.
|
int |
JSONObject.getInt(String key) |
JSONArray |
JSONArray.getJSONArray(int index)
Get the JSONArray associated with an index.
|
JSONArray |
JSONObject.getJSONArray(String key) |
JSONObject |
JSONArray.getJSONObject(int index)
Get the JSONObject associated with an index.
|
JSONObject |
JSONObject.getJSONObject(String key) |
long |
JSONArray.getLong(int index)
Get the long value associated with an index.
|
long |
JSONObject.getLong(String key) |
String |
JSONArray.getString(int index)
Get the string associated with an index.
|
String |
JSONObject.getString(String key) |
Copyright © 2015. All rights reserved.