htmlcompiler.tools.Json Maven / Gradle / Ivy
package htmlcompiler.tools;
import com.google.gson.Gson;
public enum Json {;
public static final Gson GSON = new Gson();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package htmlcompiler.tools;
import com.google.gson.Gson;
public enum Json {;
public static final Gson GSON = new Gson();
}