Skip to content

Instantly share code, notes, and snippets.

@ProfAvery
Created March 8, 2016 19:29
Show Gist options
  • Save ProfAvery/cfad3a42c54fd974b93c to your computer and use it in GitHub Desktop.
Save ProfAvery/cfad3a42c54fd974b93c to your computer and use it in GitHub Desktop.
CPSC 473 - Spring 2016 - Homework 4
{
"actors": [
{ "id": 1, "name": "Bryan Cranston", "starred": true },
{ "id": 2, "name": "Aaron Paul", "starred": true },
{ "id": 3, "name": "Bob Odenkirk", "starred": true },
{ "id": 4, "name": "Dean Norris", "starred": false }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment