Vivian
0
Q:

json for beginners


  var myObj = {name: "John", 
  age: 31, city: "New York"};
var myJSON = 
  JSON.stringify(myObj);
window.location = "demo_json.php?x=" + myJSON;

 
0

New to Communities?

Join the community