“Cheque php Verifique seda json válida” Respostas de código

PHP Verifique se JSON

function isJson($string) {
 json_decode($string);
 return (json_last_error() == JSON_ERROR_NONE);
}
SmokeFrog

Cheque php Verifique seda json válida

@json_decode($page_str);
$json_OK=	json_last_error() == JSON_ERROR_NONE;
steamboatid

Respostas semelhantes a “Cheque php Verifique seda json válida”

Perguntas semelhantes a “Cheque php Verifique seda json válida”

Mais respostas relacionadas para “Cheque php Verifique seda json válida” em PHP

Procure respostas de código populares por idioma

Procurar outros idiomas de código