pub fn try_get_string(jsv: &JsValue, prop: &str) -> Result<String, JsValue>
Obtain a String value from the object property prop
String
prop