I am getting back some data from an API and the data is a string.
po JSON
$22 = 0x26305840 {
"thing_id" = 5192f9053000001;
status = "{\"thing_request_id\":\"51c3a0608906f101f\",\"thing_id\":\"5192f9053000001\",\"status\":\"PICKUP\"}";
}
How can I access the inner status key? NOT the "stat =" one.
I am getting access to the data via a socketIO connection.