Revert "Fixed bot dialog"

This reverts commit 000bd80699.
This commit is contained in:
JKetelaar
2015-01-31 02:56:21 +01:00
parent 89f8b3526d
commit ddc65bdfa8
262 changed files with 0 additions and 54509 deletions
@@ -1,14 +0,0 @@
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();
}