# File lib/neo4jr-social/json_printer.rb, line 33
  def initialize(obj)
    @buf = ""
    @indent = ""
    render(obj)
  end