Spaces:
Sleeping
Sleeping
Create books.json
Browse files- books.json +14 -0
books.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"title": "REB Official Curriculum (P1–P6)",
|
| 4 |
+
"class": "P",
|
| 5 |
+
"subject": "All",
|
| 6 |
+
"link": "https://www.reb.rw"
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"title": "REB Secondary Curriculum (S1–S6)",
|
| 10 |
+
"class": "S",
|
| 11 |
+
"subject": "All",
|
| 12 |
+
"link": "https://www.reb.rw"
|
| 13 |
+
}
|
| 14 |
+
]
|