JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.json.simple
JSONAware
Contents
Description
Method Summary
Method Details
toJSONString()
Hide sidebar
Show sidebar
Interface JSONAware
All Known Implementing Classes:
JSONArray
,
JSONObject
@Deprecated
public interface
JSONAware
Deprecated.
since 2.0.0, replaced by
Jsonable
Beans that support customized output of JSON text shall implement this interface.
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
String
toJSONString
()
Deprecated.
Method Details
toJSONString
String
toJSONString
()
Deprecated.
Returns:
JSON text
Jsonable