handlebars-json

Provides access to JSON.stringify from a Handlebars template

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
handlebars-json
101.0.18 years ago10 years agoMinified + gzip package size for handlebars-json in KB

Readme

view on npm npm module downloads per month Dependency Status
handlebars-json
Provides access to JSON.stringify from a Handlebars template. Useful when templating JSON files, e.g.
{
  "someProperty": {{{json-stringify someValue}}}
}

Install

$ npm install handlebars-json --save
Mac / Linux users may need to run with sudo.
documented by jsdoc-to-markdown

License

Licensed under the MIT license
.