Created
October 31, 2018 12:30
-
-
Save aditodkar/04d9e238ee6e7cf6f1caaef6fdbced83 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
| { | |
| currentUser: "XYZ", | |
| conversations: [ | |
| { | |
| user: "ABC", | |
| messages: [ | |
| { message1: "ABC#Hello World" , Date: 1827328 }, | |
| { message2: "XYZ#Hi whatsup??", Date: 1827328 }, | |
| { message3: "ABC#Hello buddy...", Date: 1827328 } | |
| ] | |
| }, | |
| { | |
| user: "PQR", | |
| messages: [ | |
| { message1: "ABC#Hello World" , Date: 1827328 }, | |
| { message2: "XYZ#Hi whatsup??", Date: 1827328 }, | |
| { message3: "ABC#Hello buddy...", Date: 1827328 } | |
| ] | |
| }, | |
| { | |
| user: "BCD", | |
| messages: [ | |
| { message1: "ABC#Hello World" , Date: 1827328 }, | |
| { message2: "XYZ#Hi whatsup??", Date: 1827328 }, | |
| { message3: "ABC#Hello buddy...", Date: 1827328 } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment