if php return valid json does it mean that php code is ok code example
Example: php check valid json string
@json_decode($page_str);
$json_OK= json_last_error() == JSON_ERROR_NONE;
@json_decode($page_str);
$json_OK= json_last_error() == JSON_ERROR_NONE;