When run GET request, the site returns a string instead of JSON with a question mark in the beginning of the string.
?({ "Years": {"min_year":"1941", "max_year":"2017"} });
I tried to use json_encode() function in PHP. However, it returns NULL.
The results is from this site: https://www.carqueryapi.com/api/0.3/?callback=?&cmd=getYears
Does anyone know how to convert the result into JSON? Thanks,