Skip to content

Instantly share code, notes, and snippets.

@arvindravi
Created November 8, 2017 16:16
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 arvindravi/5be87b14b9782a2b0957863310d87af7 to your computer and use it in GitHub Desktop.
Save arvindravi/5be87b14b9782a2b0957863310d87af7 to your computer and use it in GitHub Desktop.
movies.json | Networking Layer with Swift
[
{
"title": "Pulp Fiction",
"actors": ["Samuel L Jackson", "John Travolta"]
},
{
"title": "Ocean's Eleven",
"actors": ["George Clooney", "Brad Pitt", "Matt Damon"]
},
{
"title": "Goodfellas",
"actors": ["Robert Di Niro"]
},
{
"title": "I Am Sam",
"actors": ["Sean Penn"]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment