Skip to content

Instantly share code, notes, and snippets.

@rococodogs
Created January 9, 2014 00:50
Show Gist options
  • Save rococodogs/8327516 to your computer and use it in GitHub Desktop.
Save rococodogs/8327516 to your computer and use it in GitHub Desktop.
idea for 'doug loves movies' json response
{
  "date": "January 6, 2014",
  
  "location": {
    "city": "Orlando, Florida",
    "venue": "the Improv"
  },
  
  "guests": [
    "Harland Williams",
    "Samm Levine",
    "Graham Elwood"
  ],
  
  "games": {
    
    "How Much Did This Shit Make?" : {
      "film": "Jaws 3-D",
      "winner": "Samm Levine"
    },
    
    "the Seth Rogan Game" : {
      "person": "Sigourney Weaver",
      "winner": [
        "Doug Benson",
        "Samm Levine"
      ]
    },
    
    "Leonard Maltin Game" : {
      "winner": "Harland Williams",
      "categories": [
        {
          "title": "Life Takes Visa",
          "description": "Someone gets deported",
          "film": "Like Crazy",
          "winner": "Harland Williams"
        },
        {
          "title": "Read It and Weap",
          "description": "Foreign tearjerkers",
          "film": "Life Is Beautiful",
          "winner": "Harland Williams"
        },
        {
          "title": "Bert Kreischer Category",
          "description": "Someone screams like a little girl",
          "film": "Accepted",
          "winner": "Samm Levine"
        }
      ]
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment