Skip to content

Instantly share code, notes, and snippets.

@netsi1964
Created May 3, 2024 20:09
Show Gist options
  • Save netsi1964/04365b6470de364b31fb9b5549ae1773 to your computer and use it in GitHub Desktop.
Save netsi1964/04365b6470de364b31fb9b5549ae1773 to your computer and use it in GitHub Desktop.
Random JSON data
{ "countries": [ {"name": "China", "country": "CN", "population": 1403500365, "longitude": 105.0, "latitude": 35.0}, {"name": "India", "country": "IN", "population": 1366417754, "longitude": 79.0, "latitude": 22.0}, {"name": "United States", "country": "US", "population": 331002651, "longitude": -98.0, "latitude": 38.0}, {"name": "Indonesia", "country": "ID", "population": 273523615, "longitude": 113.0, "latitude": -6.0}, {"name":"Pakistan", "country": "PK", "population": 225199937, "longitude": 70.0, "latitude": 30.0}, {"name": "Brazil", "country": "BR", "population": 213429863, "longitude": -53.0, "latitude": -10.0}, {"name": "Nigeria", "country": "NG", "population": 206139587, "longitude": 8.0, "latitude": 9.0}, {"name":"Bangladesh", "country": "BD", "population": 164689383, "longitude": 90.0, "latitude": 24.0}, {"name": "Russia", "country": "RU", "population": 145872256, "longitude": 100.0, "latitude": 60.0}, {"name": "Mexico", "country": "MX", "population": 128932753, "longitude": -102.0, "latitude": 23.0}, {"name":"Japan", "country": "JP", "population": 126476461, "longitude": 138.0, "latitude": 36.0}, {"name": "Ethiopia", "country": "ET", "population": 114963588, "longitude": 38.0, "latitude": 9.0} ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment