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

com.fivefaces.cloud.workflow.awsonprem.utils.JsonUtil Maven / Gradle / Ivy

There is a newer version: 1.0.0
Show newest version
package com.fivefaces.cloud.workflow.awsonprem.utils;

import java.util.Map;

public interface JsonUtil {

    Object read(String json);

    Map readMap(String json);

    String write(Object object);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy