pub fn parse_i64(bytes: &[u8]) -> Option<i64>
Parse a JSON number byte-slice as i64. Tries integer parse first, then falls back to parse_f64 (truncating fractional component).
i64
parse_f64