Package com.jsoniter.extra
Class PreciseFloatSupport
- java.lang.Object
-
- com.jsoniter.extra.PreciseFloatSupport
-
public class PreciseFloatSupport extends java.lang.Object
default float/double encoding will keep 6 decimal places enable precise encoding will use JDK toString to be precise
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
enabled
-
Constructor Summary
Constructors Constructor Description PreciseFloatSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
enable()
-