0.1.4 • Published 4 years ago

ember-cli-json-pretty v0.1.4

Weekly downloads
227
License
GPLv3
Repository
github
Last release
4 years ago

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