# JSON 직렬화/역직렬화 명령 (JSonUtilityCommand)

## Content


JSON 직렬화 명령은 JSON개체를 JSON 문자열로 변환할 수 있고, JSON 역직렬화 명령은 JSON 문자열을 JSON 개체로 변활할 수 있습니다. 

### 플러그인 다운로드 

버전에 맞는 플러그인을 다운로드 합니다.

| 버전 | 다운로드 링크 |
| --- | --- |
| v10.0 | [JsonUtilityCommand.zip](https://forguncy-korea.github.io/attached_files/Plugin_Files/V10_Plugin/JsonUtilityCommand.zip) |
| v 9.0 | [JsonUtilityCommand.zip](https://forguncy-korea.github.io/attached_files/Plugin_Files/V9_Plugin/JsonUtilityCommand.zip) |
| v 7. 1 | [JsonUtilityCommand.zip](https://forguncy-korea.github.io/attached_files/Plugin_Files/V7.1_Plugin_20211223/JsonUtilityCommand.zip) |



### 사용 방법 

1. 플러그인을 다운로드합니다.
2. Forguncy Builder에서 설치하고 Forguncy Builder를 다시 실행합니다.
3. 명령창에서 아래와 같이 Json 직렬화 명령 / 역직렬화 명령을 사용할 수 있습니다.

* JSON 직렬화 명령 : JSON 객체를 JSON 문자열로 변환

      . 객체 : JSON 객체

      . 결과를 파라미터로 반환 : 직렬화된 변수 이름  

![](https://gcdocumentsitekrblob.blob.core.windows.net/document-site-files/images/4e3bfc58-e2a1-41a1-ac75-a0e383260d93/image-1738.png)

* JSON 역직렬화 명령 : JSON 문자열을 JSON 객체로 변환 

      . JSON 문자열 : 역직렬화해야 하는 JSON 문자열

      . 결과를 파라미터로 반환 : 역직렬화된 변수 이름 

![](https://gcdocumentsitekrblob.blob.core.windows.net/document-site-files/images/4e3bfc58-e2a1-41a1-ac75-a0e383260d93/image-1355.png)

```
```
