I would like to send my contact list with all numbers for each numbers.
I'm trying to send a JSON Object (with all my data) to a PHP file and to decode with the json_decode
function.
Is it possible to use JSON to send to a server by POST in HTTPrequest