42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"some_friend": [
|
|
{
|
|
"From": "xxxxxxxxx",
|
|
"Media Type": "xxxxx",
|
|
"Created": "2020-04-13 10:09:08 UTC",
|
|
"Content": "",
|
|
"Conversation Title": null,
|
|
"IsSender": false,
|
|
"Created(microseconds)": 1111111111111
|
|
},
|
|
{
|
|
"From": "xxxxxxxxx",
|
|
"Media Type": "xxxx",
|
|
"Created": "2020-04-13 10:09:08 UTC",
|
|
"Content": "xxxxxxxxxxxxxxxxxx",
|
|
"Conversation Title": null,
|
|
"IsSender": false,
|
|
"Created(microseconds)": 1111111111111
|
|
}
|
|
],
|
|
"some_friend_too": [
|
|
{
|
|
"From": "xxxxxxxxxxxxxx",
|
|
"Media Type": "xxxxx",
|
|
"Created": "2020-04-13 10:09:08 UTC",
|
|
"Content": "",
|
|
"Conversation Title": "xxxxxxxxxxxxxxxx",
|
|
"IsSender": false,
|
|
"Created(microseconds)": 1111111111111
|
|
},
|
|
{
|
|
"From": "xxxxxxxxxxxxx",
|
|
"Media Type": "xxxx",
|
|
"Created": "2020-04-13 10:09:08 UTC",
|
|
"Content": "xxxxxxxxxxxxxxxxxxxxxx",
|
|
"Conversation Title": "xxxxxxxxxxxxxxxx",
|
|
"IsSender": false,
|
|
"Created(microseconds)": 1111111111111
|
|
}
|
|
]
|
|
}
|