I've hit a roadblock on this one. After browsing through numerous answers on Stack Overflow, I've gained insight into creating nested arrays and utilizing .json files. Despite this, I still can't seem to pinpoint where I'm going wrong.
My goal is to develop an image viewer for my artwork using Angular. I aim to generate a .json file that will help "index/categorize my work." This way, I can leverage Angular to access the files, names, and other data for viewing without manually coding img src and similar tasks.
Here's a JSFiddle link that I've been experimenting with. I'm struggling to extract data from the nested array. If someone could offer me guidance in the right direction, I would greatly appreciate the assistance.