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