Refresh

This website rubydoc.info/gems/json/2.7.0/JSON/Ext/Generator/GeneratorMethods/Bignum is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

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

Defined in:
ext/json/ext/generator/generator.c,
ext/json/ext/generator/generator.c

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_json(*) ⇒ Object

Returns a JSON string representation for this Integer number.



474
475
476
477
# File 'ext/json/ext/generator/generator.c', line 474

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