-1
Good morning guys, I’m having following problem, using a php api.
I make a call that calls me back :
Then when I give an echo var_dump() it says string(27398) then I do json_decode() and make a print_r(var_dump( )); and it says NULL , then I have the following doubts, why when I call the json it comes to variable but is untouchable when I do object->offers for example? But I think it’s because it turns NULL, but if it’s because the object in the request presents a json in string form is turning into NULL? I look forward to your help. And thank you very much for your attention.
Thanks, it worked!
– Casima