Created
October 17, 2018 17:33
-
-
Save erikkaplun/5cde70d366f984b7db46997463bb387f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"coord": {"lon":-73.99, "lat":40.73}, | |
"weather": [ | |
{"id":501, "main":"Rain", "description":"moderate rain", "icon":"10n"} | |
], | |
"base":"stations", | |
"main": {"temp":288.02, "pressure":1022, "humidity":76, "temp_min":285.95, "temp_max":289.85}, | |
"visibility":11265, | |
"wind": {"speed":3.85, "deg":47.0027}, | |
"rain": {"1h":0.66}, | |
"clouds": {"all":90}, | |
"dt":1536480900, | |
"sys": {"type":1, "id":1969, "message":0.0042, "country":"US", "sunrise":1536489067, "sunset":1536534864}, | |
"id":5128581, | |
"name":"New York", | |
"cod":200 | |
} | |
{} | |
{"foo":123.131} | |
{"bar":null} | |
{"bar":{}} | |
{"bar":{"age":21}} | |
{"name":"Erik", "age":32, "city": "Tallinn"} | |
[1, 2, 3, "oiasdj", true, [], {}] | |
[ | |
{"name":"Erik", "age":32, "city": "Tallinn"}, | |
{"name":"John", "age":23, "city": "Tallinn"}, | |
{"name":"Peter", "age":21, "city": "Vilnius"} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment