# File lib/fog/core/collection.rb, line 125 def to_json(options = {}) Fog::JSON.encode(self.map {|member| member.attributes}) end