I don\'t work with php much and I\'m a little fuzzy on object creation. I need to make a webservice request sending json and I think I have that part covered. Before I can
Use the in build function of PHP:
json_encode();
this will convert the array into JSON object.