This commit is contained in:
Looly
2021-04-06 10:42:58 +08:00
parent 88b5c34c1e
commit d883fdebe9
3 changed files with 2 additions and 1 deletions

View File

@@ -210,6 +210,7 @@ public class JSONConfig implements Serializable {
/**
* 设置是否去除末尾多余0例如如果为true,5.0返回5
* @param stripTrailingZeros 是否去除末尾多余0例如如果为true,5.0返回5
* @return this
* @since 5.6.2
*/
public JSONConfig setStripTrailingZeros(boolean stripTrailingZeros) {