blob: 44d5d424cd2cc0c02fd770fc7ea8e771866941e4 [file] [log] [blame]
ToineSiebelink79ade5d2020-10-01 14:43:49 +01001{
2 "test:bookstore":{
3 "categories":[
4 {
5 "name":"web",
6 "books":[
7 {
8 "authors":[
9 "Toine Siebelink","David Lang"
10 ],
11 "lang":"en",
12 "price":"123456",
13 "pub_year":"2020",
14 "title":"My first book"
15 }
16 ]
17 },
18 {
19 "name":"art",
20 "books":[
21 {
22 "authors":[
23 "Test"
24 ],
25 "lang":"en",
26 "price":"1234",
27 "pub_year":"2020",
28 "title":"My 2nd book"
29 }
30 ]
31 }
32 ]
33 }
34}