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

io.github.devatherock.json.formatter.helpers.JsonConverter Maven / Gradle / Ivy

package io.github.devatherock.json.formatter.helpers;

import java.util.Map;

/**
 * Interface to convert objects to JSON
 *
 * @author devaprasadh
 *
 */
public interface JsonConverter {
	String convertToJson(Map map);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy