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