I have a variable storing data
var tooltipsJson = [{
"Language": "en-GB",
"Section": "Sales&Marketing",
"ItemName": "CalculationType",
"Texts": "Having selected the account heading select the calculation ..."
},
{
"Language": "en-GB",
"Section": "Taxes",
"ItemName": "Save",
"Texts": "The Master Tax Table has been pre populated with the current UK, ..."
}
];
and I am looking to utilize underscore.js each
_.each(.........)
when I input:
console.log({{tooltipsJson.Taxes.Save}});
to show the text
The Master Tax Table has been pre populated with the current UK, ...
My goal is to assign the Texts attribute to a local variable