Skip to content

Instantly share code, notes, and snippets.

@zntfdr
Last active January 7, 2016 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zntfdr/cc84ff8c8a525300dacc to your computer and use it in GitHub Desktop.
Save zntfdr/cc84ff8c8a525300dacc to your computer and use it in GitHub Desktop.
Medium Post - Parsing JSON Objects in Swift 2 [1/3] https://medium.com/@zntfdr/parsing-json-objects-in-swift-2-c402cb90ac00
protocol JSONParser {
static func obtainModel(from json: JSON) -> Self?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment