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