{
  // here's the user info you asked for
  'name': "Alice O'Connor",
  age: 30,
  email: 'alice@example.com',
  /* preferences */
  preferences: {
    theme: "dark",
    notifications: true,
  },
  tags: ['admin', 'beta',],
}