Hi there I'm having small problem, I'm filtering my json on objects but actually as You will guess its does not work could you tell me what I am doing wrong ?
global.selection.Data.Options.filter(function (optionItem) {
return optionItem.hidden === false })
Json :
options : [0 : {name: "some name", hidden:false}]