Constant lexical_util::format::JSON [−][src]
pub const JSON: u128 = NumberFormatBuilder::new()
.required_digits(true)
.no_positive_mantissa_sign(true)
.no_special(true)
.no_integer_leading_zeros(true)
.no_float_leading_zeros(true)
.build(); // 0x0000_0a00_0000_0000_0000_0000_0000_341fu128Expand description
Number format for a JSON literal floating-point number.