| Package | Description |
|---|---|
| com.plexpt.chatgpt.util.fastjson |
| Modifier and Type | Method and Description |
|---|---|
JSONObject |
JSONArray.getJSONObject(int index) |
JSONObject |
JSONObject.getJSONObject(String key) |
private static JSONObject |
JSON.mapToJsonObject(Map<String,Object> map)
jackson parse出来的是map和list,所以把map和list转换为jsonObject和jsonArray
|
static JSONObject |
JSON.parseObject(String jsonString) |
Copyright © 2024. All rights reserved.