Why is the objects property undefined, when logging the whole object, that is not the case.
this the log:
console.log(JSON.stringify(obj));
[{"id":"base_data","title":"Base Data","widgetId":"base_data"}]
console.log(obj.title);
undefined
why???