-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathrichman.json
More file actions
93 lines (93 loc) · 3.86 KB
/
richman.json
File metadata and controls
93 lines (93 loc) · 3.86 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[
{
"name": "Bill Gates",
"image": "https://raw.githubusercontent.com/mobilesiri/Android-Custom-Listview-Using-Volley/master/images/Bill_Gates.jpg",
"worth": "$79.2 billion",
"InYear": 2015,
"source": "Microsoft"
},
{
"name": "Carlos Slim",
"image": "https://raw.githubusercontent.com/mobilesiri/Android-Custom-Listview-Using-Volley/master/images/Carlos_Slim_Helu.jpg",
"worth": "$77.1 billion",
"InYear": 2015,
"source": "Telmex, Grupo Carso"
},
{
"name": "Warren Buffett",
"image": "https://raw.githubusercontent.com/mobilesiri/Android-Custom-Listview-Using-Volley/master/images/WarrenBuffett.jpg",
"worth": "$72.7 billion",
"InYear": 2015,
"source": "Berkshire Hathaway"
},
{
"name": "Amancio Ortega",
"image": "https://raw.githubusercontent.com/mobilesiri/Android-Custom-Listview-Using-Volley/master/images/amancio_ortega.jpg",
"worth": "$64.5 billion",
"InYear": 2015,
"source": "Inditex Group"
},
{
"name": "Larry Ellison",
"image": "https://raw.githubusercontent.com/mobilesiri/Android-Custom-Listview-Using-Volley/master/images/Larry_Elllison.jpg",
"worth": "$54.3 billion",
"InYear": 2015,
"source": "Oracle Corporation"
},
{
"name": "Charles Koch",
"image": "https://raw.githubusercontent.com/mobilesiri/Android-Custom-Listview-Using-Volley/master/images/cgkochwide.jpg",
"worth": "$42.9 billion",
"InYear": 2015,
"source": "Koch Industries"
},
{
"name": "David Koch",
"image": "https://raw.githubusercontent.com/mobilesiri/Android-Custom-Listview-Using-Volley/master/images/David_Kochcrop2007.jpg",
"worth": "$42.9 billion",
"InYear": 2015,
"source": "Koch Industries"
},
{
"name": "Christy Walton",
"image": "https://raw.githubusercontent.com/mobilesiri/Android-Custom-Listview-Using-Volley/master/images/christywalton.jpg",
"worth": "$41.7 billion ",
"InYear": 2015,
"source": "Wal-Mart"
},
{
"name": "Jim Walton",
"image": "https://raw.githubusercontent.com/mobilesiri/Android-Custom-Listview-Using-Volley/master/images/Jim_Walton.jpg",
"worth": "$40.6 billion",
"InYear": 2015,
"source": "Wal-Mart"
},
{
"name": "Liliane Bettencourt",
"image": "https://raw.githubusercontent.com/mobilesiri/Android-Custom-Listview-Using-Volley/master/images/lilianebettencourt.jpg",
"worth": "$40.1 billion",
"InYear": 2015,
"source": "L'Oreal"
},
{
"name": "Carlos Slim & family",
"image": "https://raw.githubusercontent.com/mobilesiri/Android-Custom-Listview-Using-Volley/master/images/CarlosSlimfamily.jpg",
"worth": "$79.2 billion",
"InYear": 2014,
"source": "Telmex, América Móvil, Grupo Carso"
},
{
"name": "Bernard Arnault",
"image": "https://raw.githubusercontent.com/mobilesiri/Android-Custom-Listview-Using-Volley/master/images/Bernard_Arnault.jpg",
"worth": "$29.0 billion",
"InYear": 2013,
"source": "LVMH Moët Hennessy • Louis Vuitton"
},
{
"name": "Prince Al-Waleed",
"image": "https://raw.githubusercontent.com/mobilesiri/Android-Custom-Listview-Using-Volley/master/images/PrinceAlwaleed.jpg",
"worth": "$23.7 billion",
"InYear": 2005,
"source": "Kingdom Holding Company"
}
]