{
  "Timo": {
    "username": "Timo",
    "password": "$2b$10$JRnPJUuik17BLQGF9TfZh.EjcA9hz538vDoqiuDr2ZP58OY3y0jYO",
    "money": 109833,
    "bank": 101,
    "health": null,
    "hunger": 94.40000000000111,
    "thirst": 86.0000000000008,
    "job": "mechanic",
    "inventory": [
      {
        "id": "schluessel_haus",
        "type": "key",
        "amount": 1
      },
      {
        "id": "wasser",
        "type": "drink",
        "amount": 3
      },
      {
        "id": "brot",
        "type": "food",
        "amount": 2
      },
      {
        "id": "energy",
        "type": "drink",
        "amount": 3
      }
    ],
    "map": "stadt",
    "x": 20,
    "y": 3
  },
  "test": {
    "username": "test",
    "password": "$2b$10$4GsjJ8W/CmKs4CQEBxQyxeRR84yM6yC0lFUiN.tf7Ey0IoDfZmhem",
    "money": 100,
    "bank": 0,
    "health": null,
    "hunger": 99.64000000000007,
    "thirst": 99.10000000000005,
    "job": "none",
    "inventory": [],
    "map": "stadt",
    "x": 9,
    "y": 5
  }
}