module JSON::TruffleRuby::Generator::GeneratorMethods::NilClass
Public Instance Methods
Source
# File vendor/bundle/ruby/4.0.0/gems/json-2.18.0/lib/json/truffle_ruby/generator.rb, line 735 def to_json(*) 'null' end
Returns a JSON string for nil: ‘null’.