For some reason the item \"description\" returns NULL with the following code:
NULL
I had the same problem and the solution was to use my own function instead of json_encode()
json_encode()
echo '["' . implode('","', $row) . '"]';