44 45 46
# File 'lib/jsonify/generate.rb', line 44 def array_value(vals) JsonArray.new(Array(vals).map{ |v| value v }) end