Question: You can interpret a JSON string using the method JsON. parse ), which takes a string containing a JSON-serialized object and breaks it up, creating

You can interpret a JSON string using the method JsON. parse ), which takes a string containing a JSON-serialized object and breaks it up, creating an object with properties corresponding to the "parameter" : "value" pairs found in the string. var Mary= '{ "height":5.2, "age":36, "eyeColor'' : "brown"}'; // use JSON.parse) to create an object 'objectMary: var objectMary JSON.parse (Mary)E You task here is: 1) Add an additional line after the existing code to log the value of Mary's age to the console. [10 pts
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
