JSON to Object

Challenge 📝

Resources 📚

Given is a JSON string json. Convert this string into an object and return the parameter title of the created object.

function json2Object(json) {
}
Test Cases
Console Logs
JS Errors
Run Code!
flag