Hello I'm kind of confused at the moment - I'm returning an array to javascript from PHP like this: print json_encode($array);
when I checking the $type of responseJSON in my function, I'm getting an array - is this correct - am I doing anything wrong here. I was expecting to get an object instead of an array but maybe I'm mistaken. Thanks
