{
  "personal": {
    "first_name_variations": ["Cristine", "Cristina", "Kriszta", "Krisztina"],
    "age": 32,
    "city": "Targu Mures",
    "country": "Romania",
    "married": true,
    "kids": 2,
    "pet_owner": false,
    "languages": ["Hungarian", "English", "Romanian"],
  },
  "professional": {
    "current_job": "web developer",
    "developer_skills": ["HTML", "CSS", "Javascript", "React", "PHP", "SQL", "WordPress", "NextJS"],
    "education": ["BA in literature and arts", "MA in education", "Programming bootcamp"],
    "previous_jobs": ["tutor", "teacher", "revenue manager", "front desk assistant", "confectioner"],
  },
  "casual": {
    "coffee_drinker": true,
    "gym_girl": true,
    "chronotype": "early bird",
    "zodiac": "gemini",
    "vegan": false,
    "vegetarian": false,
    "hobbies": ["coding", "reading", "kickboxing", "cooking", "baking", "gaming"],
    "favourite_genres": ["sci-fi", "detective", "mystery", "documentary", "fantasy", "utopian"],
    "interests_in": ["AI", "cryptography", "health and fitness", "neurology", "game development"],
  } 
}