tgWebValid
tgWebValid copied to clipboard
Check json for errors
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
https://github.com/CrazyTapok-bit/tgWebValid/blob/4876bd8809360dcfbf11b3154df3f88b505c6d3d/src/Make/Make.php#L55