Skip to content

Instantly share code, notes, and snippets.

@aditodkar
Created October 31, 2018 12:30
Show Gist options
  • Select an option

  • Save aditodkar/04d9e238ee6e7cf6f1caaef6fdbced83 to your computer and use it in GitHub Desktop.

Select an option

Save aditodkar/04d9e238ee6e7cf6f1caaef6fdbced83 to your computer and use it in GitHub Desktop.
{
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