Returns a JSON string for nil: ‘null’.
[Source]
# File lib/json.rb, line 676 676: def to_json(*) 'null' end
[Validate]