Module: JSON::Ext::Generator::GeneratorMethods::Fixnum

Defined in:
generator/generator.c

Instance Method Summary collapse

Instance Method Details

#to_json(*) ⇒ Object

Returns a JSON string representation for this Integer number.



350
351
352
353
# File 'generator/generator.c', line 350

static VALUE mFixnum_to_json(int argc, VALUE *argv, VALUE self)
{
    GENERATE_JSON(fixnum);
}