pub fn extract_json_field_slice<'a>( json_bytes: &'a [u8], path_expr: &str, ) -> Option<&'a [u8]>
Zero-copy extraction of a JSON field slice from raw bytes.