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