# File lib/neo4jr-social/json_printer.rb, line 24
  def self.render_html(obj)
    render(obj).gsub(' ', '&nbsp;').gsub("\n", "<br>")
  end