I really apprechiate the simplicity of this library compared to ArduinoJson but I have a problem parsing my Array of Objects I'm fetching from an API.
For testing porpuses i copied some of the API response and stored it in a variable like in the examples and this works
but as soon as I try fetching directly from the API but I get an undefined parsed JSONVar returned
I even tried checking that I didn't mess up the fetch but that's all good.
Hello,
I really apprechiate the simplicity of this library compared to ArduinoJson but I have a problem parsing my Array of Objects I'm fetching from an API.
For testing porpuses i copied some of the API response and stored it in a variable like in the examples and this works but as soon as I try fetching directly from the API but I get an undefined parsed JSONVar returned
I even tried checking that I didn't mess up the fetch but that's all good.
My parsing function
and my Output in the serial monitor
and then appearently is my input wrong since I get Parsing input failed.
I really appreachiate your answer already