It seems completely funny but I am actually trying to get through this for the last 2 days:
I try to access weather data through the OpenWeatherMap.org API wich seems to work fine with internet.request(url).
The problem is just that it returns me the JSON as a table instead of a String. I tried to access fields of that table but everything seems to return nil. I just can't get to access anything from that table. There are tons of JSON serialization librarys out there but they all need the JSON as a String. I am completely lost rn.
This is the API response that gets stored as a t