# File lib/new_relic/okjson.rb, line 439
  def arrenc(a)
    '[' + a.map{|x| valenc(x)}.join(',') + ']'
  end