I have a JSON , for example:
var text = '{"name":"John Johnson","street":"Oslo West 16","phone":"555 1234567"}';
And I want to insert it inside a closure in JavaScript , but read the JSON from outside the closure , I can not read it fr...
asked by
22.11.2016 / 16:42