If you have access to PHP script and can change it, I suggest you replace serialize() function with json_encode(). Then you'll be able to easily load the result string into JSON object.
Otherwise, you'll probably have to unserialize it with Javascript, try searching stackoverflow for code examples.