tgWebValid icon indicating copy to clipboard operation
tgWebValid copied to clipboard

Check json for errors

Open CrazyTapok-bit opened this issue 9 months ago • 0 comments

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

CrazyTapok-bit avatar May 02 '24 05:05 CrazyTapok-bit