Module: JSON::Ext::Generator::GeneratorMethods::Float

Defined in:
generator/generator.c

Instance Method Summary collapse

Instance Method Details

#to_json(*) ⇒ Object

Returns a JSON string representation for this Float number.



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

static VALUE mFloat_to_json(int argc, VALUE *argv, VALUE self)
{
    GENERATE_JSON(float);
}