<?php $checkme = ''; json_decode($checkme); if (json_last_error() === JSON_ERROR_NONE){ echo "No error."; }else{ echo "error detected of : " . json_last_error() . " " . json_last_error_msg(); }
You have javascript disabled. You will not be able to edit any code.