JAL-3789 Use j2s.config.altfileproperty in .j2s for alternative temporary build/jalvi...
[jalview.git] / unused / javajs / api / JSONEncodable.java
1 package javajs.api;
2
3 public interface JSONEncodable {
4
5   String toJSON();
6
7 }