pub fn try_get_vec_from_prop( jsv: &JsValue, prop: &str, ) -> Result<Vec<JsValue>, Error>
Obtain Vec<JsValue> by treating the object property prop as an array
Vec<JsValue>
prop