module JSON::Ext::Generator::GeneratorMethods::Integer

Public Instance Methods

to_json(*) click to toggle source

Returns a JSON string representation for this Integer number.

static VALUE mInteger_to_json(int argc, VALUE *argv, VALUE self)
{
    GENERATE_JSON(integer);
}