Created
May 4, 2017 21:12
-
-
Save patrykpoborca/eee56eae18588c113a35cdd913493ebf to your computer and use it in GitHub Desktop.
This file contains hidden or 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":"userid1+userid2" , | |
"user1_id": "12asdcsd", | |
"user2_id": "12;casdk", | |
"messages": [ | |
{ | |
"from_name": "user1", | |
"message": "hello this is first message", | |
"date_sent": "1997-07-16T19:20+01:00" | |
}, | |
{ | |
"from_name": "user2", | |
"message": "a second message in response", | |
"date_sent": "1997-07-16T19:20+01:00" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment