blob: 44d5d424cd2cc0c02fd770fc7ea8e771866941e4 [file] [log] [blame]
{
"test:bookstore":{
"categories":[
{
"name":"web",
"books":[
{
"authors":[
"Toine Siebelink","David Lang"
],
"lang":"en",
"price":"123456",
"pub_year":"2020",
"title":"My first book"
}
]
},
{
"name":"art",
"books":[
{
"authors":[
"Test"
],
"lang":"en",
"price":"1234",
"pub_year":"2020",
"title":"My 2nd book"
}
]
}
]
}
}