module JSON::TruffleRuby::Generator::GeneratorMethods::NilClass

def to_json(*) 'null' end

Returns a JSON string for nil: 'null'.
def to_json(*) 'null' end