ember-cli-json-pretty

0.1.4 • Public • Published

ember-cli-json-pretty

A pretty JSON output component for ember-cli apps.

Can be handy during development.

Usage

{{json-pretty
    obj=debuggingObject
    shouldHighlight=true
}}
  • Bind obj to the object which you wish to display
  • Bind shouldHighlight to a boolean which determines whether syntax highlighting is added (defaults to true)

Emitted actions

Look ma, no actions!

License

GPLv3

Package Sidebar

Install

npm i ember-cli-json-pretty

Weekly Downloads

396

Version

0.1.4

License

GPLv3

Unpacked Size

3.31 kB

Total Files

8

Last publish

Collaborators

  • bguiz