Class PreciseFloatSupport

java.lang.Object
com.jsoniter.extra.PreciseFloatSupport

public class PreciseFloatSupport extends Object
default float/double encoding will keep 6 decimal places enable precise encoding will use JDK toString to be precise
  • Field Details

    • enabled

      private static boolean enabled
  • Constructor Details

    • PreciseFloatSupport

      public PreciseFloatSupport()
  • Method Details

    • enable

      public static void enable()