Home › Forums › MapPress Support › JSON Parse Error Help. › Reply To: JSON Parse Error Help.
August 12, 2014 at 5:19 am
#15053
Keymaster
Hi,
The reason for the error is that the data is actually PHP serialized objects – not JSON. You can retrieve it using the functions in file ‘mappress_map.php’, or using the PHP unserialize() function:
http://php.net/manual/en/function.unserialize.php