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
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
objto the object which you wish to display - Bind
shouldHighlightto a boolean which determines whether syntax highlighting is added (defaults totrue)
Emitted actions
Look ma, no actions!
License
GPLv3
