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

com.magictools.json.JSONString Maven / Gradle / Ivy

The newest version!
package com.magictools.json;

/**
 * {@code JSONString}接口定义了一个{@code toJSONString()}
* 实现此接口的类可以通过实现{@code toJSONString()}方法来改变转JSON字符串的方式。 * * @author Looly * */ public interface JSONString { /** * 自定义转JSON字符串的方法 * * @return JSON字符串 */ String toJSONString(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy