문서 | 날짜 | 사용자 | 설명 |
|
2022/04/06 11:56 |
오션 |
JavaScript JSON Data Types
* description : JSON Data Types
* author : 오션
* email : shlim@repia.com
* lastupdate : 2022-04-06 Wed
The source of this article
JSON Data Types
Valid Data Types
JSON에서 value는 아래의 데이터 타입 중 하나이어야 합니다. |
|
2021/06/02 20:29 |
오션 |
JavaScript Json Intro
* description : JavaScript JSON - Introduction
* author : 오션
* email : shlim@repia.com
* lastupdate : 2022-12-09 Fri
The source of this article
JSON - Introduction
JSON은 JavaScript Object Notation(자바스크립트 객체 표기법)을 의미합니다.
JSON은 데이터를 저장, 전송하기 위한 텍스트 형식입니다.
JSON은 자체 서술적(self-describing)이며, 이해하기 쉽습니다. |
|
2022/04/06 11:13 |
오션 |
JavaScript Json Syntax
* description : JavaScript JSON - Introduction
* author : 오션
* email : shlim@repia.com
* lastupdate : 2022-04-06 Wed
The source of this article
JSON Syntax
JSON 구문은 JavaScript 구문의 하위 집합입니다. |
|
2022/04/06 11:37 |
오션 |
JavaScript JSON vs XML
* description : JSON vs XML
* author : 오션
* email : shlim@repia.com
* lastupdate : 2022-04-06 Wed
The source of this article
JSON vs XML
JSON과 XML 모두 웹 서버에서 데이터를 수신하는 데 사용할 수 있습니다. |