Hello! I am having trouble reading the JSON text. Everything goes well, but I want to pick specific parts of the article saved in a list. Here is the JSON:
https://codebeautify.org/jsonviewer/y2225af77
Thanks in advance
4 Answers
I got some data using it and it worked but I want to get all the variables that have the name title.
Hi.
I recommend taking a look at a JSON library to learn how to handle JSON iobjects and get the information you’re looking for.
One of the best libraries is the ArduinoJSON library. It also has good documentation. Check it here: https://arduinojson.org/
I hope this helps.
Regards,
Sara