package main type Task struct { Body string `json:"TaskBody"` Complete bool `json:"TaskComplete"` }