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