Returns a JSON string for nil: 'null'.
Source: show
static VALUE mNilClass_to_json(int argc, VALUE *argv, VALUE self) { GENERATE_JSON(null); }