Skip to content

Instantly share code, notes, and snippets.

@justinmakaila
Created February 6, 2015 19:38
Show Gist options
  • Select an option

  • Save justinmakaila/c7bca94907b30ff69d09 to your computer and use it in GitHub Desktop.

Select an option

Save justinmakaila/c7bca94907b30ff69d09 to your computer and use it in GitHub Desktop.
JSON Serializable Protocol
import Foundation
import SwiftyJSON
typealias ObjectJSON = JSON
protocol JSONSerializable {
init(json: ObjectJSON)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment