json_decode can't parse Gmail API json in PHP Laravel

Questionsjson_decode can't parse Gmail API json in PHP Laravel
sethbeckerman5 Staff asked 4 years ago

Help me please to decode and get .
Have already checked 30+ stackoverflow posts about
So first is . These params do not affect json response and decoding:
Header output shows it is in utf8 response.

Checked json online

It has no "&" or backslashes

and then -says that Google returned

Here is result in Laravel:

The code after

Also not helped


View on Stack Overflow