removes org.json from srcjar
[jalview.git] / srcjar / org / json / simple / JSONAware.java
diff --git a/srcjar/org/json/simple/JSONAware.java b/srcjar/org/json/simple/JSONAware.java
deleted file mode 100644 (file)
index 5e7452f..0000000
+++ /dev/null
@@ -1,12 +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();
-}