Array
(
[0] => {'error': None, 'result': {'asks': [['7.5197', '13231.93']], 'bids': [['7.5101', '0.9']]}}
)
I am getting an array answer like this from a web site with an api query.
In this array I want to get 7.5197
and 7.5101
. How can I get these two number in php? If you can help me I would be appreciated.