witnessmenow / arduino-youtube-api

A wrapper around the youtube api for arduino
MIT License
143 stars 48 forks source link

Use Arduino JSON filter to reduce memory required. #47

Open witnessmenow opened 3 years ago

witnessmenow commented 3 years ago

Arduino JSON filter allows you to only parse what you want from the response, it some cases it reduces the memory required by quite a lot.

https://arduinojson.org/news/2020/03/22/version-6-15-0/