123456789_123456789_123456789_123456789_123456789_

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

Do not use. This module is for internal use only.
Relationships & Source Files
Defined in: ext/json/generator/generator.c

Instance Method Summary

Instance Method Details

#to_json(*) ⇒ ?

Returns a ::JSON string representation for this Float number.

[ GitHub ]

  
# File 'ext/json/generator/generator.c', line 485

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