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