14 lines
184 B
JSON
14 lines
184 B
JSON
|
{
|
||
|
"library": [
|
||
|
{
|
||
|
"book1": {
|
||
|
"author": {
|
||
|
"author-name": "author1",
|
||
|
"author-dob": "date"
|
||
|
},
|
||
|
"genre": "genre1"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|