please stop fucking up everything you piece of shit extract_json function

This commit is contained in:
2025-09-06 16:11:51 -04:00
parent 6d34d43a01
commit cfcc4ec8d1

View File

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