package io.gitlab.jfronny.inceptum; import java.io.IOException; public class Main { public static void main(String[] args) throws IOException { // This doesn't System.out.println(new ExampleRecord("aaee").toJson()); } }