json
Json
code posted
created at 09 Apr 20:49
Edit
|
Back
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 60 61 62 63 64 |
{ "data": [ { "activityId": 1, "type": "INSPIRATION", "text": "Inspiration text goes here", "rating": 4.3, "images": [ 1, 2, 3, 4 ], "user": { "userId": 85, "avatarId": 15, "slug": "nicola-alan", "firstName": "Nicola", "lastName": "Alan" }, "business": { "businessId": 10, "slug": "super-pizza", "name": "SuperPizza", "logoId": 78 }, "createdTimestamp": "2013-02-28 15:00:00", "updatedTimestamp": "2013-02-28 15:00:00" }, { "activityId": 4, "type": "DEAL", "text": "Deal text goes here", "images": [ ], "business": { "businessId": 1, "slug": "architect-services-co", "name": "Architect Services & Co", "logoId": 15 }, "createdTimestamp": "2013-03-08 17:44:00", "updatedTimestamp": "2013-03-08 17:44:00" }, { "activityId": 3, "type": "NEWS", "text": "News text goes here", "images": [ 8 ], "business": { "businessId": 1, "slug": "architect-services-co", "name": "Architect Services & Co", "logoId": 15 }, "createdTimestamp": "2013-03-06 12:00:00", "updatedTimestamp": "2013-03-06 12:00:00" } ], "total": 3 } |
1.8 KB in 4 ms with coderay