0.1.4 • Published 6 years ago
ember-cli-json-pretty v0.1.4
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