JSON : Basic Understanding for Beginners
JSON: JavaScript Object Notation
1. Manually Access Of Object :
file Name: 1_demo.html
<!DOCTYPE html>
<html lang="en">
<head>
<title>Json Demo</title>
</head>
<body>
<p>JSON : <b>J</b>ava <b>S</b>cript <b>O</b>bject <b>N</b>otation</p>
...