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