Created
September 24, 2019 11:27
-
-
Save erkantaylan/67d6f13e4ecb7c770a6ea154e0f90a13 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"customers": [ | |
{ | |
"anydesk_id": "111 222 333", | |
"cell_phone": "+9088899977564", | |
"name": "Mr Jonathan", | |
"pc_name": "Jonathans Pc", | |
"time": "24.09.2019 13:25:57" | |
}, | |
{ | |
"anydesk_id": "222 222 333", | |
"cell_phone": "+1234567", | |
"name": "Mrs Kezban", | |
"pc_name": "Jonathans Pc", | |
"time": "24.09.2019 13:25:57" | |
}, | |
{ | |
"anydesk_id": "333 222 333", | |
"cell_phone": "+2345678", | |
"name": "Mr Simit", | |
"pc_name": "Jonathans Pc", | |
"time": "24.09.2019 13:25:57" | |
}, | |
{ | |
"anydesk_id": "444 222 333", | |
"cell_phone": "+3456789", | |
"name": "Mr Poacha", | |
"pc_name": "Jonathans Pc", | |
"time": "24.09.2019 13:25:57" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment