Landings.json:
[
{id: 21, name: "Ballroom West", connections: [22]},
{id: 22, name: "To the Kitchens", name2: "Main Stairway", connections: [21, 28]},
{id: 27, name: "The Chapel", connections: [21, 28]},
{id: 28, name: "First Landing", connections: [22, 27, 34]},
{id: 33, name: "The Bathroom", connections: [34]},
{id: 34, name: "Top Landing", connections: [28, 33, 35]},
{id: 35, name: "Master Bedroom", connections: [34]}
]