hbs-json
v0.1.1
Published
Handlebars helper for JSON.stringify.
Downloads
1,204
Readme
hbs-json
Handlebars helper for JSON.stringify
.
Installation
$ npm install hbs-json
Example
var json = require('hbs-json');
var hbs = require('hbs');
hbs.registerHelper('json', json);
app.get('/', function (req, res, next) {
res.render('index.html', { user: req.context.user });
});
<script>
window.user = {{{ json user }}}
</script>
API
json obj [escaped]
A handlebars helper for JSON.stringify
. By default, will escape html characters so that you may use handlebars to render values to the template.
License
WWWWWW||WWWWWW
W W W||W W W
||
( OO )__________
/ | \
/o o| MIT \
\___/||_||__||_|| *
|| || || ||
_||_|| _||_||
(__|__|(__|__|