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