Hello to everybody?
I am trying to use the Json library (GitHub - bblanchon/ArduinoJson: 📟 JSON library for Arduino and embedded C++. Simple and efficient.) to parse this Json data... but with no success...
{"HourlyAirQualityIndex":{"@TimeToLive":"32","LocalAuthority":{"@LocalAuthorityName":"Westminster","@LocalAuthorityCode":"33","@LaCentreLatitude":"51.509645","@LaCentreLongitude":"-0.158586","@LaCentreLongitudeWGS84":"-17653.712767","@LaCentreLatitudeWGS84":"6711944.006712","Site":{"@LatitudeWGS84":"6709694.46727186","@LongitudeWGS84":"-15856.2169939846","@Longitude":"-0.142438820740121","@Latitude":"51.497066177578","@SiteType":"Urban Background","@SiteCode":"WM8","@SiteName":"Westminster - Victoria","@BulletinDate":"2014-08-06 19:00:00","species":{"@SpeciesName":"Nitrogen Dioxide","@SpeciesCode":"NO2","@AirQualityIndex":"1","@AirQualityBand":"Low","@IndexSource":"Measurement"}}}}}
I am interesting to read the status of AirQualityBand:Low ... etc
can you help me? thanx