View difference between Paste ID: 47kVs7Yu and 9BVLJJtt
SHOW: | | - or go back to the newest paste.
1
[{
2
   "page": 1,
3-
   "postss":[{
3+
   "posts":[{
4
		"id": 123
5
		"msg": "text1"
6
		},
7
		{
8
		"id": 345
9
		"msg": "text2"
10
		}
11
	     ]
12
 },
13
 {
14
   "page":2
15
   "posts": [{
16
		"id": 567
17
		"msg": "text3"
18
		"status": "active"
19
		}
20
            ]
21
 },
22
 ....