I have a large JSON object that I'm translating to an array within a singleton in my application. This array will be frequently updated, possibly changing almost every frame. I need to fetch this array from my ISystem, iterate through its elements, and apply a function to each element. What's the best approach to fetch the array from ISystem without encountering problems?
I don't really know the best tag to put 😦