How do I retrieve the keys and values from the following...
<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="0c797f697e7f4c69616d6560226f6361"> [email protected] </a>{"authenticated": "TRUE", "devid": "12334567890"}
This information will be utilized for logging in. I am sending an http post request to a php backend.
I need to verify if authenticated == true, and also access the value of devid.
While iterating through is one option, I understand that the email address will vary for each user. So, how can I access this changing object?