Currently, I have a ruby variable accessible by the view called @json (which contains information I need in JSON format)
However, I want to pass this into a script area such as
<script type="text/javascript" charset="utf-8">
//Want @json to be usable here
</script>
Is there any way to do this?