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

chaschev.json.Mapper Maven / Gradle / Ivy

There is a newer version: 1.4
Show newest version
package chaschev.json;

import java.util.Map;

public interface Mapper {
    String toJSON(Object obj);

     T fromJSON(String s, Class aClass);

    Map toMap(String json);
    Map toStringMap(String json);

    JacksonMapper prettyPrint(boolean b);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy