* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ require_once 'vendor/autoload.php'; $decoder = new Webmozart\Json\JsonDecoder(); $json = $decoder->decodeFile('data/resume.json'); dump($json);