# File lib/active_support/json/encoders/object.rb, line 3
  def to_json(options = nil)
    ActiveSupport::JSON.encode(as_json(options))
  end