JAL-3848 update jalview core with slivka classes, example file import and structure...
[jalview.git] / unused / javajs / api / JSONEncodable.java
1 package javajs.api;
2
3 public interface JSONEncodable {
4
5   String toJSON();
6
7 }