-
Notifications
You must be signed in to change notification settings - Fork 13
/
character_details.json
84 lines (84 loc) · 2.03 KB
/
character_details.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
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
{
"list": [
{
"name": "Arjuna",
"description": "One of the main characters in the story. Drona's favourite student."
},
{
"name": "Bhima",
"description": "One of the main characters in the story. The strongest of all"
},
{
"name": "Draupadi",
"description": "One of the main characters in the story. Wife of Pandavas"
},
{
"name": "Kunti",
"description": "One of the main characters in the story. Mother of Pandavas"
},
{
"name": "Pandu",
"description": "One of the main characters in the story."
},
{
"name": "Yudhishthira",
"description": "One of the main characters in the story."
},
{
"name": "Satyavati",
"description": "One of the main characters in the story."
},
{
"name": "Duryodhana",
"description": "One of the main characters in the story. A Kaurava"
},
{
"name": "Dushasana",
"description": "Also a Kaurava"
},
{
"name": "Vidura",
"description": "One of the main characters in the story."
},
{
"name": "Nakula",
"description": "One of the main characters in the story."
},
{
"name": "Krishna",
"description": "One of the main characters in the story."
},
{
"name": "Sahadeva",
"description": "Youngest of the Pandava brothers"
},
{
"name": "Gandhari",
"description": "Mother of 100 kauravas and a daughter"
},
{
"name": "Dhritarashtra",
"description": "One of the main characters in the story. Father of kauravas"
},
{
"name": "Drona",
"description": "Preceptor to the Kauravas and Pandavas"
},
{
"name": "Subhadra",
"description": "One of the wives of Arjuna"
},
{
"name": "Abhimanyu",
"description": "Son of Subhadra and Arjun"
},
{
"name": "Hidimbi",
"description": "Wife of Bhima"
},
{
"name": "Ghatotkacha",
"description": "Son of Bhima and Hidimbi"
}
]
}