-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
34 lines (34 loc) · 1.05 KB
/
Copy pathtest.json
File metadata and controls
34 lines (34 loc) · 1.05 KB
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
{
"license": "See LICENSE file for details",
"created": "Antti Stenvall",
"creatorEmail": "antti@stenvall.fi",
"characters":
[
{
"name": "Donald Duck",
"born": 1934
},
{
"name": "Scrooge McDuck",
"born": 1947
},
{
"name": "Mickey Mouse",
"born": 1928
}
],
"generator": "John Doe",
"age": 10,
"EUR2FIM": 5.94573,
"primeNumbers": [1, 2, 3, 5, 7, 11, 13, 17, 19, 23, 27, 31, 37],
"presidents": ["Ståhlberg", "Relander", "Svinhufud", "Kallio", "Ryti", "Mannerheim", "Paasikivi", "Kekkonen", "Koivisto", "Ahtisaari", "Halonen", "Niinistö"],
"data": {
"firstNumbers": [1, 2, 3],
"pi": 3.14,
"sports": {
"summer": ["football","athletics"],
"winter": ["ice-hockey","skiing","slalom"]
}
},
"isThisTest": true
}