Revert "Revert "Fixed bot dialog""

This reverts commit ddc65bdfa8.
This commit is contained in:
JKetelaar
2015-01-31 02:56:59 +01:00
parent ddc65bdfa8
commit 63cf451cd7
262 changed files with 54509 additions and 0 deletions
@@ -0,0 +1,14 @@
package org.json.simple;
/**
* Beans that support customized output of JSON text shall implement this
* interface.
*
* @author FangYidong<fangyidong@yahoo.com.cn>
*/
public interface JSONAware {
/**
* @return JSON text
*/
String toJSONString();
}