Most performant way to crawl json object array – Photoshop
I've got a list with ~1000 possible file extensions and it's aliases. The structure looks like this: var iconMap = [ { icon: 'photoshop', extensions: ['psd'], format: 'svg' }, { icon: 'photoshop2', extensions: ['psd'], format: 'svg', disabled: true }, {…