pub fn parse_usage_api_response(body: &str) -> Result<AmpUsageSnapshot, String>Expand description
Parse Amp API JSON: { "ok": true, "result": { "displayText": "..." } }.
pub fn parse_usage_api_response(body: &str) -> Result<AmpUsageSnapshot, String>Parse Amp API JSON: { "ok": true, "result": { "displayText": "..." } }.