Blaze calls toString on objects (show raw js)

Blaze will call toString when you try to show object/array in html, or otherwise escapes values as it will not show false values, or object keys for that matter. How to output raw js?