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

def to_json(*) to_s end

Returns a JSON string representation for this Integer number.
def to_json(*) to_s end