json logo

Introducing JSON




object
{}
{
members }
members
pair
pair , members
pair
string : value
array
[]
[
elements ]
elements
value
value , elements
value
string
number
object
array
true
false
null

string
""
"
chars "
chars
char
char chars
char
any-Unicode-character-
    except-
"-or-\-or-
    control-character

\"
\
\/
\b
\f
\n
\r
\t
\u
four-hex-digits
number
int
int frac
int exp
int frac exp
int
digit
digit1-9 digits
- digit
- digit1-9 digits
frac
. digits
exp
e digits
digits
digit
digit digits
e
e
e+
e-
E
E+
E-

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

JSON is built on two structures:

  • A collection of name/value pairs. In various languages, this is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array.
  • An ordered list of values. In most languages, this is realized as an array, vector, list, or sequence.

These are universal data structures. Virtually all modern programming languages support them in one form or another. It makes sense that a data format that is interchangeable with programming languages also be based on these structures.

In JSON, they take on these forms:

An object is an unordered set of name/value pairs. An object begins with { (left brace) and ends with } (right brace). Each name is followed by : (colon) and the name/value pairs are separated by , (comma).

An array is an ordered collection of values. An array begins with [ (left bracket) and ends with ] (right bracket). Values are separated by , (comma).

A value can be a string in double quotes, or a number, or true or false or null, or an object or an array. These structures can be nested.

경축! 아무것도 안하여 에스천사게임즈가 새로운 모습으로 재오픈 하였습니다.
어린이용이며, 설치가 필요없는 브라우저 게임입니다.
https://s1004games.com

A string is a sequence of zero or more Unicode characters, wrapped in double quotes, using backslash escapes. A character is represented as a single character string. A string is very much like a C or Java string.

A number is very much like a C or Java number, except that the octal and hexadecimal formats are not used.

Whitespace can be inserted between any pair of tokens. Excepting a few encoding details, that completely describes the language.


 


 

 

 

 

 

본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
번호 제목 글쓴이 날짜 조회 수
398 '앱 개발? 어렵지 않아요!' 최신 모바일 개발툴 10선 file 졸리운_곰 2016.03.21 253
397 Watson wannabes: 4 open source projects for machine intelligence file 졸리운_곰 2016.03.19 369
396 How can I make my own version of IBM Watson? 졸리운_곰 2016.03.18 112
395 Frame AI from MIT, [지식프레임 인공지능 MIT공대] file 졸리운_곰 2016.03.18 3563
394 FikesRoleFrameRep.pdf [프레임기반 인공지능(추론)] 연구자료 file 졸리운_곰 2016.03.18 66
393 Frame language, [지식프레임] ,[인공지능], [프레임설계] file 졸리운_곰 2016.03.18 160
392 알고리즘 학습(연습) 사이트 모음 졸리운_곰 2016.03.07 286
391 IIS_제2권제2호(2011)_03_빅_데이터와_공공_데이터_활용(이만재).pdf file 졸리운_곰 2016.01.14 108
390 공공데이터+활용사례집+-+OPEN+API+중심으로+-.pdf file 졸리운_곰 2016.01.14 135
» json 에 대하여, json.org, http://www.json.org/ file 졸리운_곰 2015.11.10 190
388 21세기를 위한 어플리케이션 아키텍쳐 패턴 Track1-4_2014Architect.pdf file 졸리운_곰 2015.11.09 119
387 프레임워크 = 디자인 패턴 + 라이브러리? 졸리운_곰 2015.11.09 171
386 학습 인터넷 링크 study data url links 졸리운_곰 2015.10.31 102
385 JSON 문법 file 졸리운_곰 2015.10.21 240
384 JSON의 정의 졸리운_곰 2015.10.21 150
383 140311_빅데이터사례집_인쇄용.pdf file 졸리운_곰 2015.10.13 126
382 새로운_미래를_여는_빅데이터_시대.pdf file 졸리운_곰 2015.10.12 105
381 [IBM] 빅데이터의 현실적인 이용 Analytics_The_Real_World_Use_Of_Big_Data_KR_v3.pdf file 졸리운_곰 2015.10.12 127
380 사업계획서+작성양식.hwp file 졸리운_곰 2015.10.11 115
379 스타트업의 사업계획서가 달라야 하는 이유 file 졸리운_곰 2015.10.11 754
대표 김성준 주소 : 경기 용인 분당수지 U타워 등록번호 : 142-07-27414
통신판매업 신고 : 제2012-용인수지-0185호 출판업 신고 : 수지구청 제 123호 개인정보보호최고책임자 : 김성준 sjkim70@stechstar.com
대표전화 : 010-4589-2193 [fax] 02-6280-1294 COPYRIGHT(C) stechstar.com ALL RIGHTS RESERVED