# File lib/oauth_active_resource/collection.rb, line 12 def to_json return "[ #{self.map { |obj| obj.to_json }.join(',')} ]" end