Optimising object retrieval from a large JSON array using jq
I need to retrieve an object at a specific index from a massive JSON array. The array contains 2,000,000 objects and the file size is around 5GB. I've experimented with various approaches using jq in combination with Python, but performance…