Get every country's states in JSON format.
Access JSON files using any HTTP client, browser, or command-line tool.
Copycurl ${window.location.origin}/example1.json
curl ${window.location.origin}/example1.json
Copy{ states:["state 1","state 2", "state 3"] }
{ states:["state 1","state 2", "state 3"] }