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

com.github.muskstark.echart.util.EchartsUtil Maven / Gradle / Ivy

The newest version!
package com.github.muskstark.echart.util;

import com.alibaba.fastjson2.JSON;

public  class EchartsUtil {

    public static String toJson(Object obj) {
        return JSON.toJSONString(obj);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy