parse_json
Method
This is a method of the TaskOutput class in the task module.Try to parse raw output as JSON
Signature
Returns
The result of the operation.
parse_json: Try to parse raw output as JSON
This is a method of the TaskOutput class in the task module.Try to parse raw output as JSON
def parse_json(&self) -> Result<serde_json::Value>