4 lines
100 B
Plaintext

<script>
var foo = ${JSON.stringify(data.foo)};
</script>
<pre>${JSON.stringify(data.foo)}</pre>