| Package | Description |
|---|---|
| com.alibaba.fastjson | |
| com.alibaba.fastjson.parser |
| Modifier and Type | Method and Description |
|---|---|
JSONObject |
JSONObject.clone() |
JSONObject |
JSONObject.fluentClear() |
JSONObject |
JSONObject.fluentPut(String key,
Object value) |
JSONObject |
JSONObject.fluentPutAll(Map<? extends String,?> 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) |
| Modifier and Type | Method and Description |
|---|---|
JSONObject |
DefaultJSONParser.parseObject() |
Copyright © 2012–2022 Alibaba Group. All rights reserved.