module JSON::Pure::Generator::GeneratorMethods::NilClass

Public Instance Methods

to_json(*) click to toggle source

Returns a JSON string for nil: ‘null’.

# File lib/gistto/enhancements/json.rb, line 827
def to_json(*) 'null' end