JSON und YAML

Bitte beantworte die folgenden Fragen:

 1[
 2  {
 3    id: 4711,
 4    "first_name": "Jim",
 5    "last_name": "Test",
 6    "email": 'jim.test@example.org'
 7  },
 8  {
 9    "id": 4712,
10    "first_name": "Bob",
11    "last_name": "Test",
12    "email": "jim.test@example.org",
13  }
14]
1countries:
2- DE
3- FR
4- GB
5- NO
6- UK