sample_array_json 311 B

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