JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.json.simple
Interface JSONAware
All Known Implementing Classes:
JSONArray
,
JSONObject
public interface
JSONAware
Beans that support customized output of JSON text shall implement this interface.
Author:
FangYidong
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
toJSONString
()
Method Detail
toJSONString
java.lang.String toJSONString()
Returns:
JSON text
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method