Package net.minidev.json
Interface JSONAware
-
- All Known Subinterfaces:
JSONAwareEx
- All Known Implementing Classes:
JSONArray,JSONObject
public interface JSONAwareBeans that support customized output of JSON text shall implement this interface.- Author:
- FangYidong <[email protected]>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringtoJSONString()
-
-
-
Method Detail
-
toJSONString
String toJSONString()
- Returns:
- JSON text
-
-