Guest User

Untitled

a guest
Oct 17th, 2018
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. {
  2. "coord": {"lon":-73.99, "lat":40.73},
  3. "weather": [
  4. {"id":501, "main":"Rain", "description":"moderate rain", "icon":"10n"}
  5. ],
  6. "base":"stations",
  7. "main": {"temp":288.02, "pressure":1022, "humidity":76, "temp_min":285.95, "temp_max":289.85},
  8. "visibility":11265,
  9. "wind": {"speed":3.85, "deg":47.0027},
  10. "rain": {"1h":0.66},
  11. "clouds": {"all":90},
  12. "dt":1536480900,
  13. "sys": {"type":1, "id":1969, "message":0.0042, "country":"US", "sunrise":1536489067, "sunset":1536534864},
  14. "id":5128581,
  15. "name":"New York",
  16. "cod":200
  17. }
  18.  
  19. {}
  20. {"foo":123.131}
  21. {"bar":null}
  22. {"bar":{}}
  23. {"bar":{"age":21}}
  24.  
  25. {"name":"Erik", "age":32, "city": "Tallinn"}
  26.  
  27. [1, 2, 3, "oiasdj", true, [], {}]
  28.  
  29. [
  30. {"name":"Erik", "age":32, "city": "Tallinn"},
  31. {"name":"John", "age":23, "city": "Tallinn"},
  32. {"name":"Peter", "age":21, "city": "Vilnius"}
  33. ]
Add Comment
Please, Sign In to add comment