app/assets/javascripts/components/jsonTable.js.coffee

Summary

Maintainability
Test Coverage
#= require json.human

App.components.jsonTable = ->
  initialize: -> @container.append(JsonHuman.format @attr.jsonData)