| 限定符和类型 | 常量字段 | 值 |
|---|---|---|
public static final String |
ARRAY_PREFIX |
"[" |
public static final String |
ARRAY_SUFFIX |
"]" |
public static final int |
JSON_ARRAY |
3 |
public static final int |
JSON_OBJECT |
2 |
public static final int |
JSON_STRING |
1 |
public static final char |
PATH_SEPARATOR |
46 |
public static final String |
PATH_SPLIT_REGEX |
"\\." |
Copyright © 2020. All rights reserved.