Module: JSON::Ext::Generator::GeneratorMethods::Bignum (Ruby 2.3.4)

JSON::Ext::Generator::GeneratorMethods::Bignum

Public Instance Methods

to_json(*)

Returns a JSON string representation for this Integer number.

 
               static VALUE mBignum_to_json(int argc, VALUE *argv, VALUE self)
{
    GENERATE_JSON(bignum);
}