{ "Studio": { "name": "Studio", "description": "You're in a cosy studio. It smells a bit like soup.", "exits": {"south": "Corridor"} }, "Office": { "name": "Office", "description": "You're in an office with glass windows to the corridor.", "exits": {"east": "Corridor", "south": "artificial research station"} }, "Corridor": { "name": "Corridor", "description": "You're in a short corridor with doors on three sides.", "exits": {"north": "Studio", "south": "Aquarium", "west": "Office"} }, "Aquarium": { "name": "Aquarium", "description": "You're in an underwater cavern, somehow you can breathe!", "exits": {"north": "Corridor"} }, "artificial research station": { "description": "You're in the artificial research station. What happens here?", "exits": {"north": "Office"} } }