fork download
  1. <?php
  2. $json='{
  3. "success":true,
  4. "timestamp":1430594775,
  5. "rates":{
  6. "AUD":1.273862,
  7. "CAD":1.215036,
  8. "CHF":0.932539,
  9. "CNY":6.186694,
  10. "EUR":0.893003,
  11. "GBP":0.66046,
  12. "HKD":7.751997,
  13. "JPY":120.1098,
  14. "SGD":1.329717
  15. }
  16. }';
  17. $exchangeRates = (array) json_decode($json,TRUE);
  18. echo $exchangeRates["rates"]["GBP"];
  19. ?>
  20.  
  21.  
Success #stdin #stdout 0.02s 24400KB
stdin
Standard input is empty
stdout
0.66046