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