crypto_util::parse
pub fn parse_str<T: FromStr>(value: &Value) -> Result<T> where Error: From<<T as FromStr>::Err>,