Skip to content

Instantly share code, notes, and snippets.

View tylercasson's full-sized avatar

Tyler Casson tylercasson

View GitHub Profile
@tylercasson
tylercasson / main.swift
Last active August 29, 2015 14:07 — forked from aqlla/main.swift
import Foundation
typealias JSON = AnyObject
typealias JSONDict = Dictionary<String, JSON>
typealias JSONArray = Array<JSON>
struct User {
let id: Int
let name: String
let email: String