get_array_element

Function get_array_element 

Source
pub fn get_array_element<'a>(data: &'a Value, index: usize) -> Option<&'a Value>
Expand description

Fast array indexing helper for JSON arrays

Returns None if not an array or index out of bounds