For some reason the item \"description\" returns NULL with the following code:
NULL
You should pass utf8 encoded string in json_encode. You can use utf8_encode and array_map() function like below:
utf8_encode
array_map()