<!DOCTYPE html>
<html>
<head>
<script>
/*
var jsonObject={
"studentId":301,
"studentName":"Bar�� Man�o",
"averageMark": 2.70
};
*/
var jsonObject={};
jsonObject.studentId=301;
jsonObject.studentName="Bar�� Man�o";
jsonObject.averageMark=2.70;
var jsonString=JSON.stringify(jsonObject);
alert("JSON Sicimi:\r\n "+jsonString);
</script>
</head>
<body>
<h1>JSON Sicimle�tirme</h1>
</body>
</html>
Dosyayı İndir