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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!