public class JSON extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ARRAY_PREFIX |
static String |
ARRAY_SUFFIX |
static int |
JSON_ARRAY |
static int |
JSON_OBJECT |
static int |
JSON_STRING |
static char |
PATH_SEPARATOR |
static String |
PATH_SPLIT_REGEX |
| 构造器和说明 |
|---|
JSON(com.alibaba.fastjson.JSONArray array) |
JSON(com.alibaba.fastjson.JSONObject object) |
JSON(String json) |
public static final int JSON_STRING
public static final int JSON_OBJECT
public static final int JSON_ARRAY
public static final char PATH_SEPARATOR
public JSON(String json)
public JSON(com.alibaba.fastjson.JSONObject object)
public JSON(com.alibaba.fastjson.JSONArray array)
Copyright © 2020. All rights reserved.