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