struct Projects {
let description = "Here are some of the things I have worked on."
var projects = [[String: String]]()
}
var some = justin.projects!
some.projects.append(["name": "iSight360",
"description": "Computer vision headset for the visually impaired"])