module JSON::TruffleRuby::Generator::GeneratorMethods::Integer

Public Instance Methods

Returns a JSON string representation for this Integer number.

# File lib/json/truffle_ruby/generator.rb, line 574
def to_json(*) to_s end