class Array
Public Instance Methods
to_json(encoder=Yajl::Encoder.new)
click to toggle source
encoder
is an existing Yajl::Encoder used to encode JSON
Encodes an instance of Hash to JSON
static VALUE rb_yajl_json_ext_array_to_json(int argc, VALUE * argv, VALUE self) { YAJL_RB_TO_JSON; }