> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# ConvertArrayToString - ComfyUI Built-in Node Documentation

> Complete documentation for the ConvertArrayToString node in ComfyUI. Learn its inputs, outputs, parameters and usage.

## 개요

Convert Array to String 노드는 항목 배열(리스트)을 받아서 형식화된 JSON 문자열로 변환합니다. 이는 배열 데이터를 표시, 로깅 또는 문자열 입력을 기대하는 다른 시스템으로 전달하기 위해 직렬화해야 할 때 유용합니다.

## 입력

| 매개변수   | 설명                                            | 데이터 타입 | 필수 여부 | 범위     |
| ------ | --------------------------------------------- | ------ | ----- | ------ |
| `배열`   | JSON 문자열로 변환할 배열                              | ARRAY  | 예     | -      |
| `들여쓰기` | 들여쓰기 레벨당 공백 수. 0은 압축된 한 줄 문자열을 생성합니다 (기본값: 2) | INT    | 아니요   | 0 \~ 8 |

## 출력

| 출력 이름    | 설명                   | 데이터 타입 |
| -------- | -------------------- | ------ |
| `STRING` | JSON 형식의 문자열로 변환된 배열 | STRING |

> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/ConvertArrayToString/ko.md)

***

**Source fingerprint (SHA-256):** `ac8397fed0336f546403ee3e1f17d7e8f5973190b102e74943f098bf6905f726`
