org.json.simple
接口 JSONAware

所有已知实现类:
JSONArray, JSONObject

public interface JSONAware

Beans that support customized output of JSON text shall implement this interface.

作者:
FangYidong

方法摘要
 java.lang.String toJSONString()
           
 

方法详细信息

toJSONString

java.lang.String toJSONString()
返回:
JSON text


Copyright © 2012. All Rights Reserved.