Package org.json.simple
Interface JSONAware
- All Known Implementing Classes:
JSONArray
,JSONObject
Deprecated.
Beans that support customized output of JSON text shall implement this interface.
- Author:
- FangYidong<fangyidong@yahoo.com.cn>
-
Method Summary
-
Method Details
-
toJSONString
String toJSONString()Deprecated.- Returns:
- JSON text
-
Jsonable