# File lib/bson/types/object_id.rb, line 131
    def to_json(*a)
      "{\"$oid\": \"#{to_s}\"}"
    end