Can you tell me how to read the json in javascript?
I have a json string as bellow
{"person":{"First name":"Dharmalingm","Last name":"Arumugam","Address":{"door number":"123","street":"sample street","city":"sample_city"},"phone number":{"mobile":"0123","landline":"01234","skype":"01235"}}}
I want to read the skype phone number
"{"person":{...}}") or as an object (i.e.{"person":{...}})?