I have quite a big json text response to a API call. AS you can see in the image am looking through the JSON for some specific values 365 times * 6 (values). This process is taking too much time using my method. Is there some tricks or tips on how to make the search faster.
Thank you!