I have the following values inside curly braces.
{ "address": "test@test.com", "did_you_mean": null, "is_valid": true, "parts": { "display_name": null, "domain": "test.com", "local_part": "test" }}
I need to get the value of "is_valid". I tried json_decode to get the value. But it didn't help me to find the result. Anyone please help me to find a solution.