String refJson({ String? openRef, String? closeRef, }) => ref( bodyType: TBodyType.json, openRef: openRef, closeRef: closeRef, );