Returns a JSON string representation for this Float number.
JSON
Float
static VALUE mFloat_to_json(int argc, VALUE *argv, VALUE self) { GENERATE_JSON(float); }