Hi, Is there any easy way to embed JSON directly into templates? I've been trying a bunch of different methods and nothing seems to work due to quote escaping. I'd rather not create a separate controller function or loop through JSON structure myself just to output a simple object. Ideas? This would be a very powerful feature if it worked straightforwardly. Thanks.
-Dane