/ember-cli-json-pretty

An ember-cli component that displays a JSON object in your app, which can be handy during development

Primary LanguageJavaScript

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