I want to know how i can acess this decoded Json and this is my code
<?php
$jsonObject = $_GET["UserDetails"];
?>
Where jsonObject = {\"Email\":\"joissumanh@gmail.com\"}
How can i decode this above Json and acess it. Looking forward for a indepth Answer. ThankYou