Constant json::number::NAN [] [src]

pub const NAN: Number = Number{category: NAN_MASK, mantissa: 0, exponent: 0,}

NaN value represented in Number type. NaN is equal to itself.