User Manual
JSON Parsing Demo
This example is a little more advanced - many sites will have API's that give you JSON data. We'll use
ArduinoJSON (https://adafru.it/Evn) to convert that to a format we can use and then display that data on the serial port
(which can then be re-directed to a display of some sort)
First up, use the Library manager to install ArduinoJSON (https://adafru.it/Evo).
Then load the example JSONdemo
By default it will connect to to the Twitter banner image API, parse the username and followers and display them.
© Adafruit Industries https://learn.adafruit.com/adafruit-metro-m4-express-airlift-wifi Page 183 of 187