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

in.ashwanthkumar.gocd.client.examples.Jsons Maven / Gradle / Ivy

The newest version!
package in.ashwanthkumar.gocd.client.examples;

import com.google.gson.Gson;

public class Jsons {
    public static String toJson(Object x) {
        return new Gson().toJson(x);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy