sample_keypath_json 640 B

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