0
Q:

json objects

{ "name":"John", "age":30, "car":null }
1
var myObj, x;
myObj = {"name":"John", "age":30, "car":null};
x = myObj.name;
document.getElementById("demo").innerHTML = x;
3

New to Communities?

Join the community