### π€ What's the problem you're trying to solve? Writing [json in script tags is complicated](https://sirre.al/2025/08/06/safe-json-in-script-tags-how-not-to-break-a-site/). ### β¨ What's your proposed solution? Replace `<` with `\x3C` or `\u003C` in JSON strings as per [4.12.1.3 Restrictions for contents of script elements](https://html.spec.whatwg.org/multipage/scripting.html#restrictions-for-contents-of-script-elements). ### β Have you considered any alternatives or workarounds? _No response_ ### π Any additional context? _No response_