Answer the question
In order to leave comments, you need to log in
Why does the validator show Valid JSON but json_last_error_msg shows syntax error?
Sending long json js - php. On server
$calendar = json_decode($calendar,true, 512, JSON_PARTIAL_OUTPUT_ON_ERROR);
if($calendar == null)
{
exit('error30 - bad json! -- '.json_last_error_msg());
}
replies error30 - bad json! -- Syntax error Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question