JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / src / javajs / api / JSONEncodable.java
1 package javajs.api;\r
2 \r
3 public interface JSONEncodable {\r
4 \r
5   String toJSON();\r
6 \r
7 }\r