base-data-manager/test/fixtures/facebook-json-2021-05-01/about_you/messenger.json

42 lines
684 B
JSON

{
"messenger": {
"secret_conversations": {
"has_sent_message": false,
"has_received_message": true,
"tincan_devices": []
},
"autofill_information": {
"CITY": [
"xxx"
],
"STATE": [
"xxx"
],
"COUNTRY": [
"xxx"
],
"EMAIL": [
"not_a_real_email@example.com",
"not_a_real_email@example.com"
],
"JOB_TITLE": [
"xxx"
],
"COMPANY_NAME": [
"xxx"
],
"GENDER": [
"xxx"
],
"FIRST_NAME": [
"xxx"
],
"LAST_NAME": [
"xxx"
],
"FULL_NAME": [
"xxx"
]
}
}
}