1) Give a description of the problem
I am having trouble parsing the data from this api, it seems to come back as HTML and json.
Anyone know how to parse this with $response?
<html>
<body bgcolor="#000000" style="font-family: monospace;">
{"result": ["X", "Y", "Z"]}
<br>
<br>
<font color="#00ffff">Test</font>
</body>
</html>
Specifically I want to get teh values “X”, “Y”, and “Z”.