Package com.jsoniter.extra
Class PreciseFloatSupport
java.lang.Object
com.jsoniter.extra.PreciseFloatSupport
default float/double encoding will keep 6 decimal places
enable precise encoding will use JDK toString to be precise
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
enabled
private static boolean enabled
-
-
Constructor Details
-
PreciseFloatSupport
public PreciseFloatSupport()
-
-
Method Details
-
enable
public static void enable()
-