sample_json 443 B

1234567891011121314151617181920
  1. {
  2. "location": "Toronto, Canada",
  3. "three_day_forecast": [
  4. {
  5. "conditions": "Partly cloudy",
  6. "day" : "Monday",
  7. "temperature": 20
  8. },
  9. {
  10. "conditions": "Showers",
  11. "day" : "Tuesday",
  12. "temperature": 22
  13. },
  14. {
  15. "conditions": "Sunny",
  16. "day" : "Wednesday",
  17. "temperature": 28
  18. }
  19. ]
  20. }