JAL-4004 add the autogenerated whatsNew.html and releases.html to .gitignore
[jalview.git] / unused / javajs / api / JSONEncodable.java
1 package javajs.api;
2
3 public interface JSONEncodable {
4
5   String toJSON();
6
7 }