# File lib/rubytter.rb, line 233
        def to_json(escape = false)
          to_hash(escape).to_json
        end