# JSON 내보내기

JSON 내보내기는 리스트 구성기에 정의된 데이터를 구조화된 JSON 형식으로 변환하여, 사용자가 이를 파일로 저장하거나 외부 시스템에 전달할 수 있도록 지원하는 기능입니다. 이 기능을 통해 구성된 목록이나 설정 정보를 다른 환경으로 손쉽게 이전하거나, 백업 및 공유 목적으로 활용할 수 있습니다.

***

### :small\_orange\_diamond: 내보내기

1\. 마이그레이션 탭에서 Export JSON 시작하기(Start Json Export) 버튼을 클릭합니다.

<figure><img src="/files/XFrGWkeQsbktwElpSQV3" alt=""><figcaption><p>Migration App</p></figcaption></figure>

2\. 구성기를 선택하고 Export 버튼을 클릭합니다.

<figure><img src="/files/wFtJCH1w7AzPdldTaq7x" alt=""><figcaption><p>구성기 선택</p></figcaption></figure>

3\. JSON으로 변환된 데이터를 확인하고 이상이 없으면 Download 버튼을 클릭하여 Json 파일을 내려받습니다.

<figure><img src="/files/38fqrkCyPNcuKaBV5zla" alt=""><figcaption><p>결과 화면</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.smallbuilder.com/ko/smallbuilder-lists/migration/json-export.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
