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