package javajs.api;

public interface JSONEncodable {

  String toJSON();

}
