<?php $data = <<<TAG { "messages": [], "status": "success", "surveys": [ { "project_id": 12345678, "name": "Study", "study_type": 1, "cpi": "0.42", "remaining_completes": 104, "conversion_rate": "0.00", "loi": 15, "country": "US", "survey_groups_ids": [], "platform_types": [ "desktop", "ios_tablet", "android_phone", "ios_phone", "android_tablet", "android_kindle", "ios_tablet" ], "match_to_qualify": true, "delay_crediting": false, "tentative_payout": false, "order": { "loi": 15, "ir": 85 }, "is_pmp": false, "entry_link": "https://www.target-servet.com?si=XXX&ssi=SUBID&unique_user_id=user4&hmac=checksum_calculated&offer_id=12345678", "score": null } ], "user_account_status": "good", "quality_score_status": "good" } TAG; var_dump(json_decode($data, true, 512, JSON_THROW_ON_ERROR));
You have javascript disabled. You will not be able to edit any code.