My json is returning null (blank) values when called.
You may have turned PHP magic quotes on. Change this php setting in php.ini.
magic_quotes_gpc = Off
You may have turned PHP magic quotes on. Change this php setting in php.ini.
magic_quotes_gpc = Off