What about something like
[select type=”external” src=”https://domain.com/src.json”]][/select]
Where the JSON source might be something like
{
“key1”: “val1”,
“key2”: “val2”,
“key3”: “val3”
}
This could be used for country, but for almost any other data as well.