# File lib/active_resource/base.rb, line 964
    def as_json(options = nil)
      attributes.as_json(options)
    end