Returns a JSON string representation for this Float number.
[Source]
# File lib/json.rb, line 628 628: def to_json(*) to_s end
[Validate]