Last active
September 27, 2019 18:22
-
-
Save alfredoxyanez/3a1febca535595682758cdc88c174bff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id":0, | |
"name":"Swifty Swift", | |
"lastMessage":"Hey hows it going", | |
"imageName":"dog", | |
"lastMessagedDate":"Today" | |
}, | |
{ | |
"id":1, | |
"name":"Jesus M", | |
"lastMessage":"How are you doing? Are you still down to hangout today? Im pretty free after 4 pm", | |
"imageName":"cat", | |
"lastMessagedDate":"Today" | |
}, | |
{ | |
"id":2, | |
"name":"Tiffany L", | |
"lastMessage":"How was last night", | |
"imageName":"dog", | |
"lastMessagedDate":"10:32 am" | |
}, | |
{ | |
"id":3, | |
"name":"Mom", | |
"lastMessage":"Como estas?", | |
"imageName":"cat", | |
"lastMessagedDate":"9:00 am" | |
}, | |
{ | |
"id":4, | |
"name":"Dad", | |
"lastMessage":"Que haces?", | |
"imageName":"dog", | |
"lastMessagedDate":"8:00 am" | |
}, | |
{ | |
"id":5, | |
"name":"Jon L", | |
"lastMessage":"Party?", | |
"imageName":"cat", | |
"lastMessagedDate":"Yesterday" | |
}, | |
{ | |
"id":6, | |
"name":"Brother Y", | |
"lastMessage":"I need help on this app", | |
"imageName":"dog", | |
"lastMessagedDate":"Yesterday" | |
}, | |
{ | |
"id":7, | |
"name":"Sister F", | |
"lastMessage":"Write my essay", | |
"imageName":"cat", | |
"lastMessagedDate":"Yesterday" | |
}, | |
{ | |
"id":8, | |
"name":"Sister E", | |
"lastMessage":"Hey, how are you?", | |
"imageName":"dog", | |
"lastMessagedDate":"Yesterday" | |
}, | |
{ | |
"id":9, | |
"name":"Sister C", | |
"lastMessage":"I need help", | |
"imageName":"cat", | |
"lastMessagedDate":"Yesterday" | |
}, | |
{ | |
"id":10, | |
"name":"Friend 1", | |
"lastMessage":"Hey. Central Park?", | |
"imageName":"dog", | |
"lastMessagedDate":"Monday" | |
}, | |
{ | |
"id":11, | |
"name":"Friend 2", | |
"lastMessage":"Wanna go get a drink", | |
"imageName":"cat", | |
"lastMessagedDate":"Monday" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment