In my code I build an array and encode it using json_encode, json_encode returns null for this array unless I insert the instruction "echo $responce->rows[0][0];" before encoding, if I comment out this row json_encode returns null!In my code I build an array and encode it using