Good morning, I have the following problem, using an api php.
I make a call that returns me:
Then when I give echo var_dump () says to be string (27398), I then do json_decode () and do a print_r (var_dump ()); and says NULL, so I have the following doubts, why when I call json it comes to variable but it gets untouchable when I do object- > offers for example? But I think it's because it turns NULL, but if it is because the object that in the request presents a json in the form of a string is transforming to NULL? I await your help. And thank you very much for your attention.