forked from MarijnMolenaar/team-5-repo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmatches.json
54 lines (54 loc) · 1.65 KB
/
matches.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[
{
"name": "Petra",
"age": "24",
"country": "Netherlands",
"bio": "Spontaneous and adventurous girl looking for a match!",
"interests": ["Travel", "Dogs", "Cooking", "Politics", "Fitness"],
"name_a": "Bello",
"age_a": "4",
"type_a": "Dog",
"breed_a": "Golden Retriever",
"bio_a": "Always up to play with new people!",
"liked": ""
},
{
"name": "Marije",
"age": "29",
"country": "Netherlands",
"bio": "Spontaneous and adventurous girl looking for a match!",
"interests": ["Travel", "Dogs", "Cooking", "Politics", "Fitness"],
"name_a": "Henk",
"age_a": "6",
"type_a": "Cat",
"breed_a": "Sphynx",
"bio_a": "Always up to play with new people!",
"liked": ""
},
{
"name": "Lisa",
"age": "22",
"country": "Netherlands",
"bio": "Spontaneous and adventurous girl looking for a match!",
"interests": ["Travel", "Dogs", "Cooking", "Politics", "Fitness"],
"name_a": "Blub",
"age_a": "2",
"type_a": "Fish",
"breed_a": "Goldfish",
"bio_a": "Always up to play with new people!",
"liked": ""
},
{
"name": "Anna",
"age": "25",
"country": "Netherlands",
"bio": "Spontaneous and adventurous girl looking for a match!",
"interests": ["Travel", "Dogs", "Cooking", "Politics", "Fitness"],
"name_a": "Bob",
"age_a": "8",
"type_a": "Dog",
"breed_a": "French Bulldog",
"bio_a": "Always up to play with new people!",
"liked": ""
}
]