| Package | Description |
|---|---|
| com.alibaba.fastjson |
| Modifier and Type | Method and Description |
|---|---|
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 str) |
static JSONObject |
JSON.parseObject(String text,
Feature... features) |
Copyright © 2022 Alibaba Group. All rights reserved.