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.

Revisions

  1. ProfAvery created this gist Mar 8, 2016.
    8 changes: 8 additions & 0 deletions db.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    {
    "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 }
    ]
    }