How do i pass complex and nested large json data as input to open ai model

I aim to generate a large explanation for the large nested JSON with the help of OpenAI LLM.

If I prefer chunking, the context of the hierarchy got broken.

Can you guys help me out of this blocker? Is there any solution.