Parse Json to Dart with factory constructors
Budget: $20 – $30 USD
I'm in need of a programmer who is able to parse a json file to dart with factory constructors for openweathermapAPI. The list can be found here: https://openweathermap.org/api/one-call-api.
However I do not need all the fields... I need:
current.temp
current.weather.description
current.weather.icon
hourly.temp
hourly.weather.description
hourly.weather.icon
daily.temp.day
daily.temp.min
daily.temp.max
daily.weather.description
daily.weather.icon
The attached file is an example from the https://openweathermap.org/current parsed json.
However I do not need all the fields... I need:
current.temp
current.weather.description
current.weather.icon
hourly.temp
hourly.weather.description
hourly.weather.icon
daily.temp.day
daily.temp.min
daily.temp.max
daily.weather.description
daily.weather.icon
The attached file is an example from the https://openweathermap.org/current parsed json.