$ cnpm install handlebars-json
Provides access to JSON.stringify from a Handlebars template. Useful when templating JSON files, e.g.
{
"someProperty": {{{json-stringify someValue}}}
}
$ npm install handlebars-json --save
Mac / Linux users may need to run with sudo.
documented by jsdoc-to-markdown
Licensed under the MIT license.
Copyright 2013 - present © cnpmjs.org | Home |