All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.codegen.gwt.jsonoverlay.runtime.JsonParser Maven / Gradle / Ivy

package io.codegen.gwt.jsonoverlay.runtime;

public interface JsonParser {

    T fromJSON(String json);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy