hbs-json

0.1.1 • Public • Published

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     \
    \___/||_||__||_|| *
         || ||  || ||
        _||_|| _||_||
       (__|__|(__|__|

Readme

Keywords

Package Sidebar

Install

npm i hbs-json

Weekly Downloads

64

Version

0.1.1

License

none

Last publish

Collaborators

  • segment-admin
  • ivolo
  • segmentio