Chat freely about anything...

User avatar
By robcim
#80105 Hi all,
I must download a json file (180kB) from a server and I must do its parser. I use an esp8266 with Arduino IDE using the HTTPClient.h library and its examples.
The instructions used are http.GET() and http.GetString(). The GET give me a result ok (=200) but the getString return a empty string. Why? Because the file it's big? There are a solutions?
Can you help me please?
Thank you.