UNPKG

kue-ui

Version:
9 lines (6 loc) 229 B
import Ember from 'ember'; export function formatJson(input) { var str = JSON.stringify(input, undefined, 2); return str.replace(/ /g, '&nbsp').htmlSafe(); } export default Ember.Handlebars.makeBoundHelper(formatJson);