pub fn preview_numeric_values( value: &Value, limit: usize, ) -> Option<(Vec<f64>, bool)>
Produce a numeric preview (up to limit elements) for scalars and dense arrays.
limit