程序包 | 说明 |
---|---|
com.alibaba.fastjson | |
com.alibaba.fastjson.parser |
限定符和类型 | 方法和说明 |
---|---|
JSONObject |
JSONObject.fluentClear() |
JSONObject |
JSONObject.fluentPut(String key,
Object value) |
JSONObject |
JSONObject.fluentPutAll(Map<? extends String,? extends Object> m) |
JSONObject |
JSONObject.fluentRemove(Object key) |
JSONObject |
JSONArray.getJSONObject(int index) |
JSONObject |
JSONObject.getJSONObject(String key) |
static JSONObject |
JSON.parseObject(String text) |
static JSONObject |
JSON.parseObject(String text,
Feature... features) |
限定符和类型 | 方法和说明 |
---|---|
JSONObject |
DefaultJSONParser.parseObject() |
Copyright © 2012–2016 Alibaba Group. All rights reserved.