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