pub const fn is_safe_integer(value: i64) -> bool
Check if an integer is in the I-JSON safe integer range [-2^53+1, 2^53-1].
[-2^53+1, 2^53-1]