pub fn list_from_slice(bytes: &[u8], elem_ty: &Type) -> Result<Value, Error>
Decode a JSON array (UTF-8 bytes) into a Value::List, using elem_ty as the per-element type.
Value::List
elem_ty