JSON doesn't return any error though. What could be the cause?
The json file is empty?
json_decode doesn't throw any error if you mean that unless you set JSON_THROW_ON_ERROR
By default it throws errors when the file on link given is not correct
you can't give json_decode a file afaik, do you mean file_get_contents?
Обсуждают сегодня