handlebars-json

Provides access to JSON.stringify from a Handlebars template

MIT 3 个版本
安装
npm install handlebars-json
yarn add handlebars-json
pnpm add handlebars-json
bun add handlebars-json
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.

版本列表
1.0.1 2016-09-22
1.0.0 2015-03-01
0.1.0 2014-07-16