bem-json-to-html

0.3.3 • Public • Published

# bemjson-to-html

BEMJSON to HTML serializer

This is optimized part of jsot-bh for generation HTML from constructed BEMJSON.

DEMO

API

Installing

npm install bem-json-to-html --save

new BEMJSON([options])

Creates serializer object.

Options:

  • jsAttrScheme String - If js, attribute with js params will be prefixed with return (default: js).
  • jsAttrName String - Specifies name of attribute, that will contain jsParams (default: onclick).
  • defaultTag String - Default tag name for block without tag property (default: div).
  • modificatorSeparator String - Suffix to use for mods instead of default _ one. (E.g. {modificatorSeparator: '--'}).
  • addDefautTagAttributes Boolean - Add default tags attributes like src, href (defaukt: false).

BEMJSON.toHtml(bemjson)

Returns serialized HTML string.

Benchmark

trivial
4,133,717 op/s » bemjson-to-html
2,371,357 op/s » bh

simple
109,658 op/s » bemjson-to-html
78,604 op/s » bh

full
27,264 op/s » bemjson-to-html
23,367 op/s » bh

stringify
1,508,587 op/s » stringify (no escaping)
843,899 op/s » stringify (escaped with replace)
388,025 op/s » stringify (escaped)
312,156 op/s » bemjson-to-html
220,219 op/s » bh

License

MIT (c) Vesvolod Strukchinsky, Pavlo Vozniuk

Package Sidebar

Install

npm i bem-json-to-html

Weekly Downloads

2

Version

0.3.3

License

MIT

Last publish

Collaborators

  • pvoznyuk