{
  "format_version": 1,
  "commands": [
    "north",
    "south",
    "east",
    "west",
    "northeast",
    "northwest",
    "southeast",
    "southwest",
    "up",
    "down",
    "in",
    "out"
  ],
  "rooms": {
    "1": {
      "name": "Spider And Web",
      "exits": {},
      "objects": [
        [
          31,
          "ceilingstrips"
        ]
      ],
      "takeable": []
    }
  },
  "objects": {
    "31": {
      "name": "ceilingstrips",
      "found_in_room": 1,
      "is_takeable": false,
      "taken": false
    }
  },
  "stats": {
    "rooms_found": 1,
    "total_exits": 0,
    "objects_found": 1,
    "takeable_objects": 0,
    "commands_tried": 13,
    "vocabulary_size": 810,
    "unexplored_remaining": 0
  }
}