case 1
var book = {title:"The Hobbit",author:"J.R.R.Tolkien",published:1937};
case 2var player={name:"Max",health:50,place:"The Dungeon of Doom",items:"a rusty key, The sowrd of Destiny, a piece of cheese"};
case 3var post={id:1,title:"My Crazy Space Adventure",author:"Philae",created:"2015-06-21",body:"You will not believe where I just woke up!! Only on a comet..."};
case 4var event={title:"Appraisal Meeting",startDate:"2016-10-04 16:00:00",endDate:"2016-10-04" 17:00:00,location:"Martha’s office",importance:1,notes:'Don\'t forget the portfolio!'};
case 5var questionAndAnswer = {question:"What is the capital of France?",answer1:"Bordeaux",answer2:"F",answer3:"Paris",answer4:"Brussels",correctAnswer:"Paris",marksForQuestion:2};
case 6var location = {"city":"San Francisco","state":"CA","country":"US","zip":"94101","latitude":37.775,"longitude":-122.418,"elevation":47.000};