<?php $test = json_encode(['crappy-json' => 'yay']); var_dump(json_decode($test)); var_dump(json_decode($test, true));;
You have javascript disabled. You will not be able to edit any code.