Trying to access JSON key value, but it gives me nothing .
Here is the code :
let json_=JSON.parse(JSON.stringify(result));
console.log(json_);
console.log(json_.tabs);
console.log(json_["tab"]);
console.log(json_['tab']);
Here is what I get :
Here is a snap for detailed output :