Create characters.json
Browse files- characters.json +22 -0
characters.json
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"image": "examples/library/Rogue/Rogue.jpeg",
|
4 |
+
"title": "Rogue",
|
5 |
+
"speaker": "Rogue"
|
6 |
+
},
|
7 |
+
{
|
8 |
+
"image": "examples/library/Maleficent/Maleficent.jpeg",
|
9 |
+
"title": "Maleficent",
|
10 |
+
"speaker": "Maleficent"
|
11 |
+
},
|
12 |
+
{
|
13 |
+
"image": "examples/library/Kuzco/Kuzco.jpeg",
|
14 |
+
"title": "Kuzco",
|
15 |
+
"speaker": "Kuzco"
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"image": "examples/library/Jasper/Jasper.jpeg",
|
19 |
+
"title": "Jasper",
|
20 |
+
"speaker": "Jasper"
|
21 |
+
}
|
22 |
+
]
|