Guest User

Untitled

a guest
Apr 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. {"clima":[
  2. {
  3. "id":"01",
  4. "local":
  5. {"cidade":"cascavel",
  6. "estado":"paraná",
  7. "pais":"brasil"
  8. },
  9.  
  10. "dados":
  11. {"temperatura": 30,
  12. "temp_maxima": 35,
  13. "temp_minima": 25
  14. }
  15. },
  16. {
  17. "id":"02",
  18. "local":
  19. {"cidade":"campo mourão",
  20. "estado":"paraná",
  21. "pais":"brasil"
  22. },
  23.  
  24. "dados":
  25. {"temperatura": 28,
  26. "temp_maxima": 37,
  27. "temp_minima": 27
  28. }
  29. },
  30. {
  31. "id":"03",
  32. "local":
  33. {"cidade":"campo grande",
  34. "estado":"mato grosso do sul",
  35. "pais":"brasil"
  36. },
  37.  
  38. "dados":
  39. {"temperatura": 35,
  40. "temp_maxima": 42,
  41. "temp_minima": 31
  42. }
  43. }
  44.  
  45. ]
  46. }
Add Comment
Please, Sign In to add comment