sorry for the dumb question but I have this code here and I am really confused:
$parsedResponse = \json_decode($this->response->getBody(), true);
What does the \ stand for before json_decode?
Thanks
sorry for the dumb question but I have this code here and I am really confused:
$parsedResponse = \json_decode($this->response->getBody(), true);
What does the \ stand for before json_decode?
Thanks