-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathdatabase.json
More file actions
66 lines (66 loc) · 1.6 KB
/
database.json
File metadata and controls
66 lines (66 loc) · 1.6 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"number": [69, 420, 1337, 80085, .69, 42.123, 123., 9007199254740993, 9007199254740993.0, +1, -1, +1.0, -1.0, +.1, -.0, 5e5, 5E5, +5e+5, -5e-5],
"profile": [
{
"location": "Wonderland",
"location": "Wonderland",
"cash": 1.5,
"name": "Alice Smith",
"age": 34
},
{
"name": "Bob Johnson",
"age": 45,
"location": "Atlantis",
"cash": 3
},
{
"name": "Charlie Brown",
"age": 28,
"location": "Chocolate Factory",
"cash": 2
},
{
"name": "Diana Prince",
"age": 32,
"location": "Themyscira",
"cash": 2.5
},
{
"name": "Ethan Hunt",
"age": 40,
"location": "Mission HQ",
"cash": 3.5
},
{
"name": "Fiona Apple",
"age": 37,
"location": "Music City",
"cash": 1.8
},
{
"name": "George Lucas",
"age": 75,
"location": "Galaxy Far Far Away",
"cash": 5
},
{
"name": "Hannah Montana",
"age": 25,
"location": "Nashville",
"cash": 1
},
{
"name": "Ian Malcolm",
"age": 60,
"location": "Jurassic Park",
"cash": 4
},
{
"name": "Jessica Rabbit",
"age": 30,
"location": "Toontown",
"cash": 2.2
}
]
}