JAL-3026 moves javajs to srcjars
[jalview.git] / srcjar / javajs / api / JSONEncodable.java
diff --git a/srcjar/javajs/api/JSONEncodable.java b/srcjar/javajs/api/JSONEncodable.java
new file mode 100644 (file)
index 0000000..b013279
--- /dev/null
@@ -0,0 +1,7 @@
+package javajs.api;
+
+public interface JSONEncodable {
+
+  String toJSON();
+
+}