# File lib/chef/run_list.rb, line 88
    def to_json(*args)
      to_a.map { |item| item.to_s}.to_json(*args)
    end