blob: 86e9a5b3d6e4ea907319ebdc73a266d78145f148 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"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"
}
]
}
]
}
|