[JSON]
Json
Semi colon ; colon :
person = JSON.stringify(person); //input person is an object, output is string
person = JSON.parse(person); //input person is a string, output is an object.
console.log(person); //print out on console
F12 to open browser console
http://www.jsonlint.com
to parse json objects.
console.log(person)
F12 to open the browser console
https://www.youtube.com/watch?v=wI1CWzNtE-M
VERY GOOD!!!!!!!!!!!!