Syntax highlighting support for HTML <script></script> tags using application/json and application/ld+json attributes.
VS Code does not yet? support JSON syntax highlighting on HTML script tags using the type="application/json" attribute.
<script type="application/json">
/* JSON HERE */
</script>
<script type="application/ld+json">
/* JSON HERE */
</script>