blob: ff8e202e30fe7bfb04d7eec8eda4b7f0a23be7a6 [file] [log] [blame]
DylanB95EST8c9b4a22021-11-23 15:16:15 +00001{
2 "categories": [
3 {
4 "code": "01",
5 "name": "Sci-Fi",
6 "books": [
7 {
8 "title": "A Sci-Fi book",
9 "lang": "English",
10 "authors": [
11 "Joe & Rahul"
12 ],
13 "pub_year": "2001",
14 "price": "1000"
15 }
16 ]
17 },
18 {
19 "code": "02",
20 "name": "Horror",
21 "books": [
22 {
23 "title": "A Horror book",
24 "lang": "English",
25 "authors": [
26 "Joe & Rahul"
27 ],
28 "pub_year": "2003",
29 "price": "2000"
30 }
31 ]
32 }
33 ]
34}