pub fn parse_remote_json<T: DeserializeOwned>(raw: &str) -> Result<T>Expand description
Parse the first JSON object/array from remote captured output.
ยงErrors
Returns crate::HortoError when no JSON is found or deserialization fails.
pub fn parse_remote_json<T: DeserializeOwned>(raw: &str) -> Result<T>Parse the first JSON object/array from remote captured output.
Returns crate::HortoError when no JSON is found or deserialization fails.