{ | |
"stores:categories": [ | |
{ | |
"stores:code": "ISBN200123", | |
"stores:name": "library", | |
"stores:books": [ | |
{ | |
"stores:title": "A good book", | |
"stores:lang": "English", | |
"stores:authors": [ | |
"Joe & Rahul" | |
], | |
"stores:pub_year": "2001", | |
"stores:price": "1000" | |
} | |
] | |
} | |
] | |
} |