sheena2994

Untitled

Feb 14th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "message": "Following are the messages!",
  4. "messages": [
  5. {
  6. "message_id": 1,
  7. "users_id1": 2,
  8. "users_id2": 3,
  9. "message": "hello1",
  10. "is_read": 1,
  11. "firstname": "Isha",
  12. "lastname": "Verma",
  13. "time": "05:31 PM",
  14. "date": "2017-01-31"
  15. },
  16. {
  17. "message_id": 2,
  18. "users_id1": 2,
  19. "users_id2": 3,
  20. "message": "hello2",
  21. "is_read": 1,
  22. "firstname": "Isha",
  23. "lastname": "Verma",
  24. "time": "05:31 PM",
  25. "date": "2017-01-31"
  26. },
  27. {
  28. "message_id": 5,
  29. "users_id1": 2,
  30. "users_id2": 3,
  31. "message": "hello5",
  32. "is_read": 1,
  33. "firstname": "Isha",
  34. "lastname": "Verma",
  35. "time": "05:32 PM",
  36. "date": "2017-01-31"
  37. },
  38. {
  39. "message_id": 6,
  40. "users_id1": 2,
  41. "users_id2": 3,
  42. "message": "hello6",
  43. "is_read": 1,
  44. "firstname": "Isha",
  45. "lastname": "Verma",
  46. "time": "05:55 PM",
  47. "date": "2017-01-31"
  48. },
  49. {
  50. "message_id": 7,
  51. "users_id1": 2,
  52. "users_id2": 3,
  53. "message": "hello7",
  54. "is_read": 1,
  55. "firstname": "Isha",
  56. "lastname": "Verma",
  57. "time": "05:56 PM",
  58. "date": "2017-01-31"
  59. },
  60. {
  61. "message_id": 9,
  62. "users_id1": 2,
  63. "users_id2": 3,
  64. "message": "hello85",
  65. "is_read": 1,
  66. "firstname": "Isha",
  67. "lastname": "Verma",
  68. "time": "03:44 PM",
  69. "date": "2017-02-01"
  70. }
  71. ]
  72. }
Add Comment
Please, Sign In to add comment