handlebars-json
Provides access to JSON.stringify from a Handlebars template
Last updated 10 years ago by 75lb .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install handlebars-json 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 1.0.1                                ...           latest (10 years ago)

3 Versions

  • 1.0.1                                ...           10 years ago
  • 1.0.0                                ...           11 years ago
  • 0.1.0                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (3)

Copyright 2013 - present © cnpmjs.org | Home |