Post
Topic
Board Project Development
Re: Need help about PHP and API
by
Saovy
on 27/09/2017, 09:01:29 UTC
Use json_decode

http://php.net/manual/en/function.json-decode.php

it will turn the json your api returns into an object you can use in any way you see fit.