ember-cli-json-pretty
v0.1.4
Published
An ember-cli component that displays a JSON object in your app, which can be handy during development
Downloads
151
Readme
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 totrue
)
Emitted actions
Look ma, no actions!
License
GPLv3