json ??? ??

JSON ?? ???

JSON ??? ??? ?? ?????.

JSON? ?? ?? ??? JSON ??? ??(???, ??, ??, ??, ?? ?? null)??? ???.

JavaScript?? ?? ?? ?? JSON ??? ????? ??, ?? ? ???? ??? ??? JavaScript ???? ? ????.

JSON ?? ?

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>php.cn</title>
</head>
<body>

<p>訪問 JSON 對象數(shù)組值。</p>

<p id="demo"></p>

<script>

var myObj, x;
myObj = {
	"name":"網(wǎng)站",
	"num":3,
	"sites":[ "Google", "php.cn", "Taobao" ]
}
x = myObj.sites[0];
document.getElementById("demo").innerHTML = x;

</script>

</body>
</html>

???? ?? ?

??? ????? ??? "???? ??" ??? ?????