<?php $str = "inte json"; $test = json_decode($str, true); var_dump($test); if($test === null) { var_dump(json_last_error_msg()); }
You have javascript disabled. You will not be able to edit any code.