public class JSONSupport extends Object implements JSONString, JSONBeanParser<JSON>
Constructor and Description |
---|
JSONSupport() |
Modifier and Type | Method and Description |
---|---|
void |
parse(JSON json)
JSON转Bean
|
void |
parse(String jsonString)
JSON String转Bean
|
JSONObject |
toJSON() |
String |
toJSONString()
自定义转JSON字符串的方法
|
String |
toPrettyString()
美化的JSON(使用回车缩进显示JSON),用于打印输出debug
|
String |
toString() |
public void parse(String jsonString)
jsonString
- JSON Stringpublic void parse(JSON json)
parse
in interface JSONBeanParser<JSON>
json
- JSONpublic JSONObject toJSON()
public String toJSONString()
JSONString
toJSONString
in interface JSONString
public String toPrettyString()
Copyright © 2024. All rights reserved.