Check json for errors
Opened this issue · 0 comments
CrazyTapok-bit commented
The json_decode
function may issue an error if the string passed is not really json, or json but contains syntax errors. Therefore, it is necessary to finalize the handler and check for errors
Line 55 in 4876bd8