Fixed json parser issues

especially for landing engine & DDG
This commit is contained in:
FbIN Support 2025-09-06 17:29:37 +05:30
commit 8aea5bfedd

View file

@ -554,7 +554,7 @@ class fuckhtml{
case "\"": case "\"":
case "'": case "'":
if( if(
$i > 2 && // only check if a quote could be there $i > 2 ||
( (
( (
$json[$i - 1] === "\\" && $json[$i - 1] === "\\" &&