<?php $test = '{ "refresh_token": "xxxx", "access_token": "xxxx", "expires_in": 21600 }'; $values = json_decode($test, true); print_r($values);
You have javascript disabled. You will not be able to edit any code.