Returns a JSON string representation for this Integer number.
JSON
Integer
static VALUE mBignum_to_json(int argc, VALUE *argv, VALUE self) { GENERATE_JSON(bignum); }