I have an multi layer array that has id’s inside that are too big for js and i can’t manipulate them correctly

How can i switch every big number in to a string so i can see them as they are wrote in the system?

I have tried using Big int but of course can only big int one thing at a time and not everything in one go.