Get Programming with JavaScript - Listing 20.07

Listing 20.07 - The JSON data for The Kitchen

{ "title" : "The Kitchen", "id" : "qulude", "description" : "You are in a kitchen. There is a disturbing smell.", "items" : [ "a piece of cheese" ], "exits" : [ { "direction" : "south", "to" : "The Old Library", "id" : "kacaluy" }, { "direction" : "west", "to" : "The Kitchen Garden", "id" : "xulare" }, { "direction" : "east", "to" : "The Kitchen Cupboard", "id" : "jodeyo" } ] }