# File lib/bson/types/object_id.rb, line 139
    def as_json(options ={})
      {"$oid" => to_s}
    end