Module: JSON::Ext::Generator::GeneratorMethods::Float (Ruby 2.3.4)

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

Public Instance Methods

to_json(*)

Returns a JSON string representation for this Float number.

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