Files
codeql/javascript/extractor/tests/html/input/json_in_script.html
2021-02-05 21:54:50 +00:00

5 lines
48 B
HTML

<html>
<script>
{"Hello": 123}
</script>
</html>