function isJson($string) { json_decode($string); return (json_last_error() == JSON_ERROR_NONE); }
@json_decode($page_str); $json_OK= json_last_error() == JSON_ERROR_NONE;