Excuse my lack of knowledge as i have never dealt with JSON arrays. I'm trying to load a JSON file data into a Typescript variable so i can do a certain treatment that uses arrays, but i have no idea how to do it, here's how the data is stored in my JSON file:
{"Array1":["A","B","C","D"] , "Array2":["W","X","Y","Z"]} //2 arrays
i want to have to keep the data exactly how it is so i can use it to loop through the arrays in my file. Any help will be appreciated