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