pub fn get_array_element<'a>(data: &'a Value, index: usize) -> Option<&'a Value>
Fast array indexing helper for JSON arrays
Returns None if not an array or index out of bounds