pub fn extract_array<'a>(json: &'a Value, ctx: &str) -> Result<&'a Vec<Value>>
Extract the top-level array from a JSON value, or fail with a consistent diagnostic that includes the URL/context.