<?php
require_once 'vendor/autoload.php';
$decoder = new Webmozart\Json\JsonDecoder();
$json = $decoder->decodeFile('data/resume.json');
dump($json);