1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"a_tuple": [
1,
2,
3
],
"an_array_of_tuple": [
[
1,
2,
3
],
[
1,
2,
3
]
],
"comments": {
"bob": "comment 1",
"jane": "comment 2"
},
"empty": [],
"friend_reviewed": true,
"number_reviews": 2,
"product": {
"manufacturer": "Motorala",
"name": "Moto G",
"price": 100,
"summary": "A phone"
},
"reviews": [
{
"paragraphs": [
"A",
"B",
"C"
],
"title": "My review"
},
{
"paragraphs": [
"A",
"B",
"C"
],
"title": "My review"
}
],
"show_more": true,
"username": "bob"
}
{
"name": "bob"
}